In the MSIE browser, you can define in-line frames with the <IFRAME> tag. The frame property of a document contains a reference to a Frames object which is a collection of Frame or Window objects that enumerate the child frames within the current document.
Aside from the fact that the frame inlined into the HTML and can appear like an image embedded in the text, in all other respects it is like <FRAME> in a <FRAMESET> and is instantiated as a Window object.
To locate the objects representing these in-line frame, use the normal DOM navigation techniques based on object ID values and collections belonging to the document.
See also: | Document object, Frame object, Frames object, Window object, Window.frames[] |
Prev | Home | Next |
Document.forms[] | Up | Document.getElementById() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |