Language References
Causes the browser to display a dialog window that prompts the user for a single line of input.
HTML Syntax
<isindex
class = classname
id = value
prompt = text
style = css-properties
event = script
>
In HTML 4, this element will be deprecated, with INPUT recommended for use instead. The tagName property for ISINDEX will return INPUT.
The ISINDEX element belongs in the body of the document.
ISINDEX Members
The following example replaces the ISINDEX default prompt.
<isindex prompt="Enter a keyword to search for in the index">
DEL