« Home « Chủ đề JavaScript

Chủ đề : JavaScript


Có 20+ tài liệu thuộc chủ đề "JavaScript"

Tài liệu HTML, DHTML và JAVASCRIPT

vndoc.com

<Tên_Loại_Phần_Tử <Thuộc tính 1>. “Giá trị” <Thuộc Tính>. <Tên_Loại_Phần_Tử Style = “Thuộc_tính: giá_trị. thuộc_tính : giá trị. Tên loại phần tử HTML Thuộc tính. Tạo các phần tử và đặt thuộc tính:. Tạo một textbox và đặt thuộc tính font:. Tạo một textbox và đặt thuộc tính thông qua phong cách CSS:. Truy xuất thuộc tính của các phần tử...

JavaScript The Definitive Guide

tailieu.vn

Mitchell, three of the primary developers of Microsoft's version of JavaScript. The value of the onClick attribute is a string of JavaScript code to be executed when the user clicks the button. There are currently two versions of the core JavaScript language. Part II of the book documents client-side JavaScript. HTML tag, you can specify arbitrary JavaScript code as the...

AJAX LÀ GÌ?

tailieu.vn

JavaScript, ngôn ngữ lập trình chạy trên trình duyệt đã quá quen thuộc với thế giới web kể từ khi Netscape phát minh ra nó. Sự phát triển của công nghệ và nhu cầu người sử dụng ngày càng cao buộc các nhà phát triển tạo ra một kĩ thuật khác cho phép xử lý các tác vụ phức tạp...

Dreamweaver CS4 For Dummies

tailieu.vn

Manufactured in the United States of America . in the Property Inspector. Creating columns in the design. If you prefer, you can click the gray bar at the top of the inspector and drag it to detach it so that it floats in the workspace. In the example shown in Figure 2-1, Lions is the name of the new site.....

NHẬP MÔN JAVASCRIPT

tailieu.vn

SCRIPT >...</ SCRIPT >. Cách gọi một cách thức của một đối t−ợng nh− sau:. Lệnh tháo tác trên đối t−ợng.. Các câu lệnh thao tác trên đối t−ợng. Câu lệnh nμy đ−ợc sử dụng để lặp tất cả các thuộc tính (properties) của một đối t−ợng. Ví dụ sau tạo đối t−ợng person có các thuộc tính firstname, lastname,...

Tổng quan về JAVA

tailieu.vn

Java và JavaScript chỉ có chung vài điểm nhỏ về ngữ pháp có thể làm các nhà lập trình quan tâm. Các lập trình viên dùng chúng để tạo các đoạn phần mềm mà người khác có thể dùng được trong chương trình của họ.. Đ: Về kỹ thuật, Java chỉ là ngôn ngữ lập trình nhưng có mục tiêu...

Tổng quan về Javascript

tailieu.vn

Hướng đối tượng (Object Oriented).. Các đối tượng được cung cấp bởi môi trường Netscape.. Các đối tượng được cung cấp bởi môi trường Netscape:. Đối tượng Mô tả. Các đối tượng do người lập trình xây dựng:. Định nghĩa thuộc tính của đối tượng: (Object Properties). Thêm các phương pháp cho đối tượng:( Method to Object). Tạo một instance...

Bài tập thực hành JavaScript

tailieu.vn

onClick="alert(value)">. return true">. content="Copyright Next Step Software 1998 (c)">. onClick="historỵgo(-1)">. return false;">YOUR LINK DESCRIPTION</a>. <head><script LANGUAGE="JavaScript">. <form name="formx">. name="a">. onClick="a_plus_b(this.form)">. onClick="a_minus_b(this.form)">. onClick="a_times_b(this.form)">. onClick="a_div_b(this.form)">. onClick="a_pow_b(this.form)">. name="b">. content="(c) 1998 Copyright Next Step Software">. <script LANGUAGE="JavaScript">. document.write("<table border=2 bgcolor=white ");. document.write("bordercolor=black><font color=black>");. document.write("<tr>");. document.write("<td align=center>Su</td>");. document.write("<td align=center>M</td>");. document.write("<td align=center>Tu</td>");. document.write("<td align=center>W</td>");. document.write("<td align=center>Th</td>");. document.write("<td align=center>F</td>");. document.write("<td align=center>Sa</td>");. document.write("</tr>");. document.write("<td>. document.write("<td>");. document.write("<a href=\"". document.write("<font...

XML Mini-Tutorial

tailieu.vn

category="dessert">. ...>...</foo>.... There is a short-hand notation for empty elements: ...<foo attr="val".../>.... encoding="UTF-8"?>. units="pm">. type="gadget">. Optional="no"/>. Optional="yes"/>. Optional="no">. Optional="yes">. <ingrediens navn="sukker"/>. <ingrediens navn="æggeblommer">. <ingrediens navn="friskpresset citronsaft">. <ingrediens navn="jordbær i skiver">. <ingrediens navn="dej">. <ingrediens navn="agurketern">. <ingrediens navn="hornfisk">. <ingrediens navn="yoghurt">. <ingrediens navn="kvarkdressing">. <ingrediens navn="sukker">. <ingrediens navn="radisesalat">. <ingrediens navn="mellemstore æg">. <ingrediens navn="rom">. <ingrediens navn="vand">. <ingrediens navn="koldt smør">. <ingrediens navn="hvedemel">. <ingrediens navn="små papir- eller...

HTML and JavaScript for Visual learners

tailieu.vn

In the File name textbox, type index.html. The page title shows up in the top, or “title,” bar of the browser used to view it. When the new window appears, navigate to the Dogs folder in the Look in drop-down list, then select the home page: index.html. The page should come up in the browser and look like this:. A...

Introduction to JavaScript

tailieu.vn

W elcome to JavaScript: A Beginner’s Guide! You’re obviously interested in learning JavaScript, but perhaps you’re not sure what you need to know to use it. This module answers some basic questions about what JavaScript is, discusses its advantages and limitations, explains how you can use it to create more dynamic and inviting Web pages, and provides a brief history...

Appendix E_ Using the CD-ROM

tailieu.vn

Using the CD-ROM. T he accompanying Windows–Macintosh CD-ROM contains more than 150 HTML documents from the book, an electronic version of the Object Roadmap shown in Appendix A, and the Adobe Acrobat Reader for viewing and printing the Object Road Map.. To run the JavaScripts on the CD-ROM, you should have a copy of Netscape Navigator 4 ( part of...

Appendix B_ JavaScript Reserved Words

tailieu.vn

Reserved Words. For JavaScript, the restrictions also include any names assigned to functions or objects. Netscape’s list of reserved words closely mirrors that of the Java language, thus many of the keywords in the list do not — at least yet — apply to JavaScript. In addition to the reserved words specified for Netscape’s JavaScript, the ECMA standards group has...

Appendix D_ JavaScript Internet Resources

tailieu.vn

The newsgroup address is netscape.devs- javascript on the secnews.netscape.com server. Current JavaScript docs (for Netscape) are available at http://home.netscape.com/eng/mozilla/3.0/handbook/ja vascript/index.html. http://developer.netscape.com/library/documentation/jshtm.zip New JavaScript features in Netscape Navigator 4 are detailed at. http://developer.netscape.com/library/documentation/communicator/jsguid e/js1_2.htm. http://www.microsoft.com/JScript/us/techinfo/jsdocs.htm. http://www.microsoft.com/JScript/. http://www.microsoft.com/msdn/sdk/inetsdk/asetup/. developments from the Support Center at my Web site: http://www.dannyg.com . Check the Netscape site at http://developer.netscape.com for the latest information about bug lists,...

Appendix C_ Answers to Tutorial Exercises

tailieu.vn

T his appendix provides answers to the tutorial. document.myPicture document.entryForm. document.entryForm.nameField document.entryForm.addressField document.entryForm.phoneField document.entryForm.noArchiveBox. <INPUT TYPE=”button” NAME=”Hi” VALUE=”Howdy” onClick=”alert(‘Hello to you, too!’)”>. <SCRIPT LANGUAGE=”JavaScript”>. document.write(“Hello, world. w wr ri it te e a a w we el lc co om me e m me es ss sa ag ge e t to o t th he e w wo or...

Javascript bible_ Chapter 1

tailieu.vn

JavaScript’s Role in the World. F or the many individuals responsible today for content on the World Wide Web, it wasn’t long ago that terms such as HTML ( Hypertext Markup Language) and URL ( Universal Resource Locator) seemed like words from a foreign. Growth in activity on the Web — producing content and surfing it — has been nothing...

Javascript bible_ Chapter 2

tailieu.vn

wonderful capabilities of the level 4 browser offerings from Netscape and Microsoft at your bidding. You have yet to learn the anguish of carefully devising a scripted application for the browser version you use, only to have site visitors sending you voluminous e-mail messages about how the page triggers all kinds of script errors when run on a different browser...

Javascript bible_ Chapter 3

tailieu.vn

Your First. Because of differences in the way various personal computing operating systems behave, I present details of environments for two popular variants: Windows 95 and the MacOS. For the most part, your JavaScript authoring experience will be the same regardless of the operating system platform you use — including UNIX. If you’re running another version of Navigator, don’t fret...

Javascript bible_ Chapter 4

tailieu.vn

Instructions are read from the top of the document downward, and elements defined in the HTML document appear on screen in the same order in which they are entered in the document. Assume for a moment that one of the elements on the page is a text field inside a form. The user is supposed to enter some text in...

Javascript bible_ Chapter 5

tailieu.vn

You also see how script statements can run when the document loads or in response to user action.. The <SCRIPT>. To assist the browser in recognizing lines of code in an HTML document as belonging to a script, you surround lines of script code with a <SCRIPT>...</SCRIPT>. tag set. Depending on the browser, the <SCRIPT>. tag has a variety of...