HTMLIFrameElement

Module:
html
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

getSVGDocument

getSVGDocument


SVGDocument getSVGDocument() raises(DOMException); 

Member Data

align
contentDocument
contentWindow
frameBorder
height
longDesc
marginHeight
marginWidth
name
scrolling
src
width

align


attribute DOMString align; 


contentDocument


readonly attribute Document contentDocument; 


contentWindow


readonly attribute DOMWindow contentWindow; 


frameBorder


attribute DOMString frameBorder; 


height


attribute DOMString height; 


longDesc


attribute DOMString longDesc; 


marginHeight


attribute DOMString marginHeight; 


marginWidth


attribute DOMString marginWidth; 


name


attribute DOMString name; 


scrolling


attribute DOMString scrolling; 


src


attribute DOMString src; 


width


attribute DOMString width; 

 

Last Updated: 2009-05-29