[ic] Problem with HTML <option>

Joachim Richter interchange-users@icdevgroup.org
Thu Feb 20 13:17:00 2003


Hi list,



does anybody know how to put a search in an html option like



<FORM ACTION="[process]">

<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">

<INPUT TYPE=hidden NAME=mv_todo VALUE=return>

<SELECT NAME=mv_nextpage onChange="this.form.submit()" class="formInput" style="background-color:#FFFFD7">

..... 

[page scan

fi=products

st=db

co=1

sf=prod_group

se=masks

op=rm

nu=0

sf=merchandising:featured

se=New

op=rm

nu=0

ml=10

]<OPTION>TEST</OPTION>[/page] 

.....

<OPTION VALUE="index">HOME</OPTION> 

</SELECT></FORM>



I have tried (I think) every possible way with (a href) and different combinations of <option></option> to no avail. Any ideas ?



Oh and how can I have an option like 

<OPTION>--> PLS SELECT <--</OPTION> or 

<OPTION>&nbsp;&nbsp;&nbsp;----&nbsp;&nbsp;&nbsp;</OPTION> as a spacer



without upon choosing it having interchange giving me an error page ??