Save This Page
Home » openjdk-7 » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLIsIndexElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

This element is used for single-line text input. See the ISINDEX element definition in HTML 4.0. This element is deprecated in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.
Method from org.w3c.dom.html.HTMLIsIndexElement Summary:
getForm,   getPrompt,   setPrompt
Method from org.w3c.dom.html.HTMLIsIndexElement Detail:
 public HTMLFormElement getForm()
    Returns the FORM element containing this control. Returns null if this control is not within the context of a form.
 public String getPrompt()
    The prompt message. See the prompt attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
 public  void setPrompt(String prompt)