[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] 2nd attempt...
Dear List,
(IC 4.8.5 + RH 7.3)
Not sure if my email reached the list or if I've been 'black listed' or no
one cares to answer, so I thought I'd try again, since at least most posting
do generate some feed back ;-)
I would appreciate someone giving me a hand on this:
I can get this to work in a drop down menu:
...<form action="[area search]" method=post>
<input type=hidden name=mv_searchtype value="sql">
<input type=hidden name=mv_search_field value="location">
<input type="hidden" name="mv_search_field" value="status">
<input type="hidden" name="mv_searchspec" value="confirmed">
<select style="font-size:90%;" name=mv_searchspec
onChange="this.form.submit()">
<OPTION value=0 SELECTED>Location
<OPTION value="North">North
<OPTION value="South">South
</select>
but once I add an 'or' option to include se=pending, e.g.:
<input type="hidden" name="mv_orsearch" value="yes">
<input type="hidden" name="mv_searchspec" value="pending">
it doesn't work.
Doesn't:
<input type=hidden name=mv_searchtype value="sql">
<input type=hidden name=mv_search_field value="location">
<input type="hidden" name="mv_search_field" value="status">
<input type="hidden" name="mv_searchspec" value="confirmed">
<input type="hidden" name="mv_orsearch" value="yes">
<input type="hidden" name="mv_searchspec" value="pending">
eq
/cgi-bin/training/scan/sf=status/se=pending/se=confirmed/os=yes.html
???
because the latter works.
Greg G.