 |
Saturday, November 7, 2009 
<ISINDEX> Document is Indexed 
|
DEFINITION ISINDEX indicates that a searchable index for the document is available on the server. This index is typically in the form of a CGI script, which allows searches and is normally supplied by a "SEARCH" button somewhere in the document. |
SUGGESTED STYLE/USAGE Long, complex documents nearly always benefit from being searchable, but any kind of document involving a large number of terms or details can benefit from ISINDEX support. ISINDEX allows documents to be queried with a keyword search mechanism by addind a question mark to the end of the URL, followed by a list of keywords seperated by a plus sign, which, not by chance, is called "URL encoding." |
EXAMPLE <HEAD> <ISINDEX "../search PROMPT="Search here"> </HEAD> |
 |
 |