You are here: HTML > Forms > <ISINDEX ...>
Attribute for <ISINDEX ...>
ACTION ="URL"
| Usage Recommendation |
Don't use it.  |
ACTION is a particularly bad idea. Even if you choose to use
<ISINDEX ...> (which you shouldn't, use
<FORM ...> instead),
ACTION is a really bad idea. ACTION indicates that the query should
be submitted to another URL instead of the current URL, which defeats the whole concept of
<ISINDEX ...>.
| this code |
produces this |
|
<ISINDEXACTION="/cgi-bin/congress.pl">
|
this page |
<<< back to Forms
| |  | |
|