Archive for the “Dynamic HTML” Category



DHTML - Objects and Collections

Objects

Window

This object represents the browser window and provides access to the document object contained in the window.

If the window contains frames, a separate window object is created automatically for each frame, to provide access to the document rendered in that frame.

Frames are considered to be subwindows in the browser.

Document

This object represents the XHTML document rendered in a window.

The document object provides access to every element in the XHTML document and allows dynamic modifications of the XHTML document.

Body

Listen to this podcast Listen to this podcast

Comments No Comments »