org.w3c.dom.html2
public interface HTMLBaseElement extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
| Method Summary | |
|---|---|
| String | getHref()
The base URI [IETF RFC 2396]. |
| String | getTarget()
The default target frame. |
| void | setHref(String href)
The base URI [IETF RFC 2396]. |
| void | setTarget(String target)
The default target frame. |