<ISINDEX> 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>
IMA060