Học JavaScript qua ví dụ part 2

Khi bạn sử dụng trang web này, bạn có thể tương tác đầy đủ và nhanh chóng. Bạn có thể phóng to, thu nhỏ, di chuyển xung quanh bản đồ, nhận được hướng dẫn từ một trong những điểm đến khác, xem địa hình của địa điểm, xem lưu lượng truy cập, xem một hình ảnh vệ tinh, và như vậy. Trong Chương 18, chúng tôi thảo luận về kỹ thuật các công trình này, nhưng bây giờ nghĩ về nó như JavaScript trên steroid | What JavaScript Looks Like 7 When you use this Web page you have complete and fast interactivity. You can zoom in zoom out move around the map get directions from one point to another view the location s terrain see traffic view a satellite picture and so on. In Chapter 18 we discuss how this technique works but for now think of it as JavaScript on steroids. What JavaScript Looks Like Example demonstrates a small JavaScript program. The Web page contains a simple HTML table cell with a scrolling message see Figure . Without JavaScript the message would be static but with JavaScript the message will continue to scroll across the screen giving life to an otherwise dead page. This example will be explained in detail later but for now it is here to show you what a JavaScript program looks like. Notice that the script script tags have been highlighted. Between those tags you will see JavaScript code that produces the scrolling effect in the table cell. Within a short time you will be able to read and write this type of script. EXAMPLE html head title Dynamic Page title script type text javascript This is JavaScript. Be patient. You will be writing better programs than this in no time. var message Learning JavaScript will give your Web page life message Are you ready to learn var space . var position 0 function scroller var newtext position space 0 position var td tabledata newtext position if position position 0 scroller 200 script head body bgColor darkgreen onload scroller table border 1 tr td id tabledata bgcolor white message goes here td tr table body html From the Library of 8 Chapter 1 Introduction to JavaScript Figure Scrolling text with JavaScript Output of Example . JavaScript and Its Role in Web Development When you start learning JavaScript JavaScript code will be embedded directly in

Không thể tạo bản xem trước, hãy bấm tải xuống
TỪ KHÓA LIÊN QUAN
TÀI LIỆU MỚI ĐĂNG
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.