Bài giảng Thiết kế web Dreamweaver CS4 - Chapter 9: Javascript

pdf
Số trang Bài giảng Thiết kế web Dreamweaver CS4 - Chapter 9: Javascript 66 Cỡ tệp Bài giảng Thiết kế web Dreamweaver CS4 - Chapter 9: Javascript 2 MB Lượt tải Bài giảng Thiết kế web Dreamweaver CS4 - Chapter 9: Javascript 0 Lượt đọc Bài giảng Thiết kế web Dreamweaver CS4 - Chapter 9: Javascript 0
Đánh giá Bài giảng Thiết kế web Dreamweaver CS4 - Chapter 9: Javascript
4.4 ( 7 lượt)
Nhấn vào bên dưới để tải tài liệu
Đang xem trước 10 trên tổng 66 trang, để tải xuống xem đầy đủ hãy nhấn vào bên trên
Chủ đề liên quan

Nội dung

JAVASCRIPT JavaScript and Client-Side Scripting When HTML was first developed, Web pages were static – Static Web pages cannot change after the browser renders them – HTML and XHTML could only be used to produce static documents. JavaScript – Client-side scripting language that allows Web page authors to develop interactive Web pages and sites JavaScript and Client-Side Scripting Client-side scripting: – Scripting language that runs on a local browser (on the client tier) JavaScript gives you the ability to: – Turn static Web pages into applications such as games or calculators – Change the contents of a Web page after a browser has rendered it – Create visual effects such as animation – Control the Web browser window itself The