<ISINDEX>
<ISINDEX>
The <ISINDEX> Tag tells the HTML user agent that the
document is an index document. As well as reading it, the reader can use
a keyword search.
The <ISINDEX> element is usually generated automatically
by a server. If added manually to a HTML document, the HTML user agent
assumes that the server can handle a search on the document. To use the
<ISINDEX> element, the server must have a search engine
that supports this element.
|