DOM Object: HTMLFrameElement
|
Property/Method |
Functional Description |
Data |
Test Case |
|---|---|---|---|
| frameBorder | Request frame borders. | "0" | hfrm001.html |
| longDesc | URI designating a long description of this image or frame. | "topleft.html" | hfrm002.html |
| marginHeight | Frame margin height, in pixels. | 4,9,16 | hfrm003.html |
| marginWidth | Frame margin width, in pixels. | 2,3,4 | hfrm004.html |
| name | The frame name (objec of the target attribute). | "topleft","bottomleft","right" | hfrm005.html |
| noResize | When true, forbid user from resizing frame. | false,true,false | hfrm006.html |
| scrolling | Specify whether or not the frame should have scrollbars. | "Auto","Yes","No" | hfrm007.html |
| src | A URI designating the initial frame contents. | "../testdata/yellow.html"," ../testdata/red.html"," ../testdata/hfrm008a.html" | hfrm008.html |
| contentDocument (DOM 2) |
The document this frame contains, if there is any and it is available, or null otherwise. | "../res/yellow.html", "../res/hfrm009a.html" | hfrm009.html |