HyperTextMarkupLanguage

HTML Advanced Functions


| Home | Agenda | Next |

ISINDEX - Primitive search

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:

| Home | Agenda | Next |

T10D035