TAILIEUCHUNG - Javascript bible_ Chapter 13

Tham khảo sách 'javascript bible_ chapter 13', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | JavaScript Essentials The purpose of most JavaScript scripts is to make a Web page interactive whether or not a program is running on the server to enhance that interactivity. Making a page interactive means tracking user action and responding with some visible change on the page. The avenues for communication between user and script include familiar onscreen elements such as fields and buttons as well as dynamic content in level 4 browsers. To assist the scripter in working with these elements the browser and JavaScript implements them as software objects. These objects have properties that often define the visual appearance of the object. Objects also have methods which are the actions or commands that an object can carry out. Finally these objects have event handlers that trigger the scripts you write in response to an action in the document usually instigated by the user . This chapter begins by helping you understand that the realm of possibilities for each JavaScript object is the key to knowing how you can use JavaScript to convert an idea into a useful Web page. From there you see how to add scripts to an HTML page and learn several techniques to develop applications for a wide range of browsers including nonscriptable browsers. Language and Document Objects As described briefly in Chapter 2 the environment you will come to know as JavaScript scripting is composed of two quite separate pieces the core JavaScript language and the document object models of things you script with the language. By separating the core language from the objects it works with the language s designers created a programming language that can be linked to a variety of object collections for different environments. In fact even within Web applications the same core JavaScript language is applied to the browser document object model and the server-side object model for processing requests and communicating with databases. Everything an author knows about the core language can be .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã 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.