class DOM.HTMLFrameElement |
|
|
Create a frame. See the FRAME element definition in HTML 4.0.
|
|
|
|
|
|
Introduced in DOM Level 2 Returns the document this frame contains, if there is any and it is available, a Null document otherwise. The attribute is read-only. Returns The content Document if available. |
|
Request frame borders. See the frameborder attribute definition in HTML 4.0.
|
|
URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0.
|
|
Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.0.
|
|
Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.0.
|
|
The frame name (object of the target attribute). See the name attribute definition in HTML 4.0.
|
|
When true, forbid user from resizing frame. See the noresize attribute definition in HTML 4.0.
|
|
Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.0.
|
|
see frameBorder |
|
see longDesc |
|
see marginHeight |
|
see marginWidth |
|
see name |
|
see noResize |
|
see scrolling |
|
see src |
|
A URI designating the initial frame contents. See the src attribute definition in HTML 4.0.
|