A report on Document Object Model, Dynamic web page and Form (HTML)
JavaScript can interact with the page via Document Object Model, or DOM, to query page state and modify it.
- Dynamic web pageForm, link and image elements could be referenced with a hierarchical name that began with the root document object.
- Document Object ModelUsing 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.
- Dynamic web pageThis allows the creation of dynamic web pages, because within a page JavaScript can:
- Document Object ModelThe de facto client-side scripting language for web sites is JavaScript.
- Form (HTML)Using JavaScript on the Document Object Model (DOM) leads to the method of Dynamic HTML that allows dynamic creation and modification of a web page within the browser.
- Form (HTML)1 related topic with Alpha
JavaScript
0 linksProgramming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.
Programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.
It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM).
This meant that JScript became the de facto standard for client-side scripting on the Web.
Validating input values of a web form before the data is sent to a web server.