HTMLIFrameElement Interface
The HTMLIFrameElement Interface specifies inline subwindows.
IDL Definition
Interface HTMLIFrameElement : HTMLElement {
attribute DOMString align;
attribute DOMString frameBorder;
attribute DOMString height;
attribute DOMString longDesc;
attribute DOMString marginHeight;
attribute DOMString marginWidth;
attribute DOMString name;
attribute DOMString scrolling;
attribute DOMString src;
attribute DOMString width;
};
Semantic Requirements
Attributes
- The align attribute aligns this object (vertically or horizontally) with respect to its surrounding text.
- The frameBorder attribute specifies a request for frame borders.
- The height attribute specifies the frame height.
- The longDesc attribute specifies the URI designating a long description of this image or frame.
- The marginHeight attribute specifies the frame's margin height in pixels.
- The marginWidth attribute specifies the frame's margin width in pixels.
- The name attribute specifies the frame name (object of the target attribute).
- the scrolling attribute specify whether or not the frame should have scrollbars.
- The src attribute specifies a URI designating the original frame contents.
- The width attribute specifies the frame width.
If you have comments or suggestions, email me at mbrady@nist.gov