menu layout menu layout

Hyperlink: Internet: Client: DHTML & AJAX
Meta-Reference on Information Technology

HOME : Internet : Client : DHTML & AJAX | Go to contents | Selecionar Idioma | Esta em Português |
 

Dynamic HTML

DHTML - Dynamic HTML

Dynamic HTML (DHTML) is the term used to describe HTML pages with dynamic presentation or functionality in its contents. DHTML has 3 basic components: the DOM (document object model, which provides programmable access and manipulation of the HTML document), JavaScript (programming) and CSS (styles).

Document Object Model (DOM)

The DOM (Document Object Model) refers to how browsers and other software represent documents as objects which can be used to query and modify the contents of the document.

While there are many differences between the generation 4 browsers (Netscape 4 and Internet Explorer 4), many aspects of how they treated forms, frames, etc were the same. This common behavior between Netscape 4 and Internet Explorer 4 is what is known as the DOM 0. DOM 0 (zero) is not an official standard, but refers to behavior that you can expect to be the similar (if not the same) in these two generatation 4 browsers.

Today, the term DOM usually means W3C DOM which is the standard for all modern browsers and the primary base for web development.

AJAX - Asynchronous JavaScript and XML

The first known use of the term in public was by Jesse James Garrett in his February 2005 article “Ajax: A New Approach to Web Applications”.

Page Top   -   Back   -   Home
© 1995-2008, Márcio d'Ávila
Valid XHTML 1.0· Level AA Conformance to WCAG 1.0 URL: http://www.mhavila.com.br/link/internet/client/dhtml.html