FileDocCategorySizeDatePackage
HTMLIsIndexElement.javaAPI DocJava SE 5 API1368Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLIsIndexElement

public interface HTMLIsIndexElement implements 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.

Fields Summary
Constructors Summary
Methods Summary
public org.w3c.dom.html.HTMLFormElementgetForm()
Returns the FORM element containing this control. Returns null if this control is not within the context of a form.

public java.lang.StringgetPrompt()
The prompt message. See the prompt attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public voidsetPrompt(java.lang.String prompt)