DHTML – Objects and Collections
Posted by: kaizenlog in Dynamic HTML, tags: DHTML – Objects and CollectionsWelcome to Kaizenlog.com If you're new here, you may want to subscribe to my RSS feed , Twitter You can contact us by using the contact form or submitting a comment. Thanks for visiting!
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









Entries (RSS)