HTMLFrameElement

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

contentDocument
contentWindow
frameBorder
height
location
longDesc
marginHeight
marginWidth
name
noResize
scrolling
src
width

contentDocument


readonly attribute Document contentDocument; 


contentWindow


readonly attribute DOMWindow contentWindow; 


frameBorder


attribute DOMString frameBorder; 


height


readonly attribute long height; 


location


attribute DOMString location; 


longDesc


attribute DOMString longDesc; 


marginHeight


attribute DOMString marginHeight; 


marginWidth


attribute DOMString marginWidth; 


name


attribute DOMString name; 


noResize


attribute boolean noResize; 


scrolling


attribute DOMString scrolling; 


src


attribute DOMString src; 


width


readonly attribute long width; 

 

Last Updated: 2009-05-29