Appearance: | <ISINDEX> |
---|---|
Attributes: | PROMPT=string |
Tells the Browser that the document is an index document and directs the Browser to create a user-input field. The inputted information is sent to the server, which performs the search. The tag is typically placed within the opening and closing <HEAD> tags.
Example:
<HEAD> <ISINDEX> </HEAD>
will produce:
T10D035