Mar
23
2008
DHTML – Objects and Collections
Posted by: kaizenlog in Dynamic HTML, tags: DHTML – Objects and CollectionsDHTML - 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

Entries (RSS)