org.w3c.dom.html
public interface HTMLFrameElement extends HTMLElement
Method Summary | |
---|---|
String | getFrameBorder()
Request frame borders. |
String | getLongDesc()
URI designating a long description of this image or frame. |
String | getMarginHeight()
Frame margin height, in pixels. |
String | getMarginWidth()
Frame margin width, in pixels. |
String | getName()
The frame name (object of the target attribute). |
boolean | getNoResize()
When true, forbid user from resizing frame. |
String | getScrolling()
Specify whether or not the frame should have scrollbars. |
String | getSrc()
A URI designating the initial frame contents. |
void | setFrameBorder(String frameBorder) |
void | setLongDesc(String longDesc) |
void | setMarginHeight(String marginHeight) |
void | setMarginWidth(String marginWidth) |
void | setName(String name) |
void | setNoResize(boolean noResize) |
void | setScrolling(String scrolling) |
void | setSrc(String src) |
target
attribute). See the
name attribute definition in HTML 4.0.