| isindex | NN 6 IE 5 DOM 1 |
|
The isindex object reflects the ancient HTML isindex element. IE arbitrarily converts this element into a text-type input object in its DOM, and even creates a form element around it. Avoid using this element. |
|
| HTML Equivalent | |
<isindex> |
|
| Object-Specific Properties | |
prompt |
|
| prompt | NN 6 IE 5(Mac) DOM 1 |
| Read/Write | |
|
Provides the prompt message for the text entry field. |
|
| Value | |
String. |
|
| Default | |
None. |
|