From http://www.w3schools.com (Copyright Refsnes Data)
| « Previous | Next Chapter » |
This tutorial has taught you how to add JavaScript to your HTML pages, to make your web site more dynamic and interactive.
You have learned how to create responses to events, validate forms and how to make different scripts run in response to different scenarios.
You have also learned how to create and use objects, and how to use JavaScript's built-in objects.
For more information on JavaScript, please look at our JavaScript examples and our JavaScript reference.
The next step is to learn about the HTML DOM and DHTML.
If you want to learn about server-side scripting, the next step is to learn ASP.
HTML DOM
The HTML DOM defines a standard way for accessing and manipulating HTML documents.
The HTML DOM is platform and language independent and can be used by any programming language like Java, JavaScript, and VBScript.
If you want to learn more about the DOM, please visit our HTML DOM tutorial.
DHTML
DHTML is a combination of HTML, CSS, and JavaScript. DHTML is used to create dynamic and interactive Web sites.
W3C once said: "Dynamic HTML is a term used by some vendors to describe the combination of HTML, style sheets and scripts that allows documents to be animated."
If you want to learn more about DHTML, please visit our DHTML tutorial.
ASP
While scripts in an HTML file are executed on the client (in the browser), scripts in an ASP file are executed on the server.
With ASP you can dynamically edit, change or add any content of a Web page, respond to data submitted from HTML forms, access any data or databases and return the results to a browser, customize a Web page to make it more useful for individual users.
Since ASP files are returned as plain HTML, they can be viewed in any browser.
If you want to learn more about ASP, please visit our ASP tutorial.
![]() |
W3Schools' Online Certification Program The perfect solution for professionals who need to balance work, family, and career building. More than 4000 certificates already issued! |
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
| « Previous | Next Chapter » |
From http://www.w3schools.com (Copyright Refsnes Data)