HTMLIsIndexElement Interface

An HTMLIsIndexElement is used for for single-line test input.



IDL Definition

Interface HTMLIsIndexElement : HTMLElement {

 readonly  attribute  DOMString                form;
           attribute  DOMString                prompt; 
};

Semantic Requirements

  1. The form attribute returns the FORM element containing this control.
  2. The form attribute returns null if this control is not within the control of a form.
  3. The prompt attribute contains the prompt message.

If you have comments or suggestions, email me at mbrady@nist.gov