![]() | ![]() |
This tag will show an text input field. After pressing the <Enter> key
the browser will construct a new URL, with the current address, a question mark
and the text the user entered in the text field, and send it to the server.
You can put the tag in the HEAD or the BODY section. When used with Netscape Navigator and put it in the HEAD section of the document, the attributes ALINK, BACKGROUND, BGCOLOR, LINK, TEXT, and VLINK of the BODY tag will not be used. The semantics for ISINDEX are currently well defined only when the base URL for the enclosing document is an HTTP URL. Typically, when the user presses the enter (return) key, the query string is sent to the server identified by the base URL for this document. For example, if the query string entered is "ten green apples" and the base URL is: http://www.acme.com/then the query generated is: http://www.acme.com/?ten+green+apples Note that space characters are mapped to "+" characters and that normal URL character escaping mechanisms apply. For further details see the HTTP specification. Note in practice, the query string is resticted to Latin-1 as there is no current mechanism for the URL to specify a character set for the query. |
![]() | |||||||||||
ACTION![]() |
Specify the address to which the input must be send. | ||||||||||
PROMPT![]() ![]() ![]() |
This attribute lets you specify what message you want to appear before the text input field of the index. The default is: "This is a searchable index. Enter search keywords:" | ||||||||||
TARGET![]() |
The TARGET attribute forces the load of the resultof the query into the
targeted window.
The value supplied with the attribute must be the same as the name of the
window, and is case-sensitive. You can give a window a name with the
FRAME tag. If a window with the supplied target
name does not exists then a new window will be created with that name. If you do not specify a target window the current window will be used, or the target specified with the BASE tag.
Magic TARGET names
|
![]() | ![]() |
Source: | <ISINDEX ACTION=ISINDEX1.html PROMPT="Enter your query" TARGET=_top> and press enter. |
Result: |
|