org.w3c.dom.html
public interface HTMLIsIndexElement extends HTMLElement
| Method Summary | |
|---|---|
| HTMLFormElement | getForm()
Returns the FORM element containing this control.Returns
null if this control is not within the context of a form. |
| String | getPrompt()
The prompt message. |
| void | setPrompt(String prompt) |
FORM element containing this control.Returns
null if this control is not within the context of a form.