| ISINDEX |
| This tag inserts an input field in which queries can be entered. A CGI script is used to perform the action and is specified with the ACTION= attribute. For example: |
| <ISINDEX PROMPT="Enter Search Query Here" ACTION="/cgi-bin/query.cgi"> |
| ISINDEX Attributes: |
| ACTION="URL" |
| This attribute is used to define the absolute or relative location (URL) of the application which will process the query. PROMPT=" ... " |
| This attribute will change the appearance of the prompt displayed in the query field. An example would be: PROMPT="Enter Your Query Here". |