<ISINDEX>
The ISINDEX element creates a single-line text input control along
with a prompt (label).  This element is deprecated and should no longer
be used.  The INPUT type="text" element replaces this tag.
  
No closing tag is allowed for this element.
  
 
Attributes
	| Attribute | 
	Description | 
 
	| ID | 
	Identifies this tag to reference in script (program code) | 
 
	| CLASS | 
	Define the class used to render this element (defined by a style sheet) | 
 
	| TITLE | 
	A title that is associated with the element (displayed as a tooltip in Internet Explorer) | 
 
	| STYLE | 
	Defines an inline style attribute which should be applied to the contents.
	Attribute may be any valid CSS (Cascading Style Sheet) information. | 
 
	| PROMPT | 
	The label or prompt string asking the user for input. | 
 
 
 |   
 
Example
<ISINDEX PROMPT="Enter your username:">
  
Renders As:
 
Compatibility
This element is deprecated and should NOT be used
  
HTML 4.01
 
 
   |