org.w3c.dom.html2
public interface HTMLIsIndexElement extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
| Method Summary | |
|---|---|
| HTMLFormElement | getForm()
Returns the FORM element containing this control. |
| String | getPrompt()
The prompt message. |
| void | setPrompt(String prompt)
The prompt message. |
FORM element containing this control. Returns
null if this control is not within the context of a
form.