import "HTMLFrameElement.idl";
Inherits HTMLElement.
Inheritance diagram for HTMLFrameElement:


Public Attributes | |
| attribute DOMString | frameBorder |
| attribute DOMString | longDesc |
| attribute DOMString | marginHeight |
| attribute DOMString | marginWidth |
| attribute DOMString | name |
| attribute boolean | noResize |
| attribute DOMString | scrolling |
| attribute DOMString | src |
| readonly attribute Document | contentDocument |
Definition at line 23 of file HTMLFrameElement.idl.
| attribute DOMString frameBorder |
Definition at line 25 of file HTMLFrameElement.idl.
| attribute DOMString longDesc |
Definition at line 26 of file HTMLFrameElement.idl.
| attribute DOMString marginHeight |
Definition at line 27 of file HTMLFrameElement.idl.
| attribute DOMString marginWidth |
Definition at line 28 of file HTMLFrameElement.idl.
| attribute DOMString name |
Definition at line 29 of file HTMLFrameElement.idl.
| attribute boolean noResize |
Definition at line 30 of file HTMLFrameElement.idl.
| attribute DOMString scrolling |
Definition at line 31 of file HTMLFrameElement.idl.
| attribute DOMString src |
Definition at line 32 of file HTMLFrameElement.idl.
| readonly attribute Document contentDocument |
Definition at line 34 of file HTMLFrameElement.idl.
1.5.1