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

  1. The align attribute aligns this object (vertically or horizontally) with respect to its surrounding text.
  2. The frameBorder attribute specifies a request for frame borders.
  3. The height attribute specifies the frame height.
  4. The longDesc attribute specifies the URI designating a long description of this image or frame.
  5. The marginHeight attribute specifies the frame's margin height in pixels.
  6. The marginWidth attribute specifies the frame's margin width in pixels.
  7. The name attribute specifies the frame name (object of the target attribute).
  8. the scrolling attribute specify whether or not the frame should have scrollbars.
  9. The src attribute specifies a URI designating the original frame contents.
  10. The width attribute specifies the frame width.

If you have comments or suggestions, email me at mbrady@nist.gov