A report on JavaScript and Form (HTML)
These tasks used to be handled with JavaScript, but had become so common that support for them was added to the standard.
- Form (HTML)Validating input values of a web form before the data is sent to a web server.
- JavaScript3 related topics with Alpha
Document Object Model
1 linksCross-platform and language-independent interface that treats an XML or HTML document as a tree structure wherein each node is an object representing a part of the document.
Cross-platform and language-independent interface that treats an XML or HTML document as a tree structure wherein each node is an object representing a part of the document.
The history of the Document Object Model is intertwined with the history of the "browser wars" of the late 1990s between Netscape Navigator and Microsoft Internet Explorer, as well as with that of JavaScript and JScript, the first scripting languages to be widely implemented in the JavaScript engines of web browsers.
Form, link and image elements could be referenced with a hierarchical name that began with the root document object.
Dynamic web page
1 linksWeb page whose construction is controlled by an application server processing server-side scripts.
Web page whose construction is controlled by an application server processing server-side scripts.
A client-side dynamic web page processes the web page using JavaScript running in the browser as it loads.
Using server-side scripting to change the supplied page source between pages, adjusting the sequence or reload of the web pages or web content supplied to the browser. Server responses may be determined by such conditions as data in a posted HTML form, parameters in the URL, the type of browser being used, the passage of time, or a database or server state.
Website
0 linksCollection of web pages and related content that is identified by a common domain name and published on at least one web server.
Collection of web pages and related content that is identified by a common domain name and published on at least one web server.
Dynamic sites can be interactive by using HTML forms, storing and reading back browser cookies, or by creating a series of pages that reflect the previous history of clicks.
Dynamic HTML uses JavaScript code to instruct the web browser how to interactively modify the page contents.