TOC PREV NEXT INDEX

Put your logo here!


FRAME

The frame object provides methods and properties for manipulating the HTML FRAME element. While many of the properties (e.g., frameBorder, marginWidth) handle the FRAME itself, the contentDocument property allows you to get the actual document contained in the subframe, which can then be futher manipulated.

Properties

The contentDocument property returns the document the frame contains, if any.

frameBorder gets/sets the border around the current frame.

The longDesc property specifies a url for a longer description of the contents of the current frame.
Gets/sets the height of the frame's margin in pixels.
Gets/sets the width of the frame's margin in pixels.
Gets/sets whether the user can resize the current frame.
The scrolling property specifies whether the current frame should provide scrollbars or not.
The src property provides a url to load as content into the current frame.


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX