Object: HTMLFrameElement
HTMLFrameElement properties
|
Property name |
Type |
Description |
Status |
Support level |
Availability |
|---|---|---|---|---|---|
|
Returns a reference to the Document object that the frame contains. |
read only |
DOM 2 HTML |
4.6 or later |
||
|
contentWindow |
Returns a reference to the Window object that contains the frame. |
read only |
Not part of any standard. |
4.6 or later |
|
|
DOMString |
Specifies whether or not a separator is displayed around the frame. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies a URL where the content of the frame is described. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies the top and bottom margins for the frame. The value must be greater than 0. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies the left and right margins of the frames. The value must be greater than 0. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies a unique name for the frame. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
boolean |
When true, indicates that the user cannot resize the frame. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies the scrolling behavior. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies the URL of the source content for the frame. |
writable |
DOM 2 HTML |
4.6 or later |