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 |
<ISINDEX ACTION="../cgi-bin/congress.pl">
|
this page |
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of
the Open Content License and the Open Publication License.
Contents may be redistributed or republished freely under these terms so long as credit to the original creator and
contributors is maintained.
|