[ic] Problem with HTML <option>

Jeff Dafoe interchange-users@icdevgroup.org
Fri Feb 21 08:22:00 2003


> does anybody know how to put a search in an html option like
>
> <SELECT NAME=mv_nextpage onChange="this.form.submit()" class="formInput"
style="background-color:#FFFFD7">

    The problem is you are posting the search url back to the page but
nothing is ever done with it because I don't think you can do what you are
trying to do with mv_nextpage.  The way I can think of to do what you want
is to put something on the page like:

[if cgi mynextpage]
    [bounce href=[cgi mynextpage]]
[/if]

    and post your select box out as "mynextpage" or whatever you want to
call it.

Jeff