[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] How to search ranges with drop down list?
Hi.. I'm using 4.8.6 with foundation. In the docs, I see the following
example of range searching.
<INPUT TYPE="hidden" NAME="mv_range_look" VALUE="price">
Search on Price
Min <SELECT NAME="mv_range_min">
<OPTION value=0 SELECTED> Free
<OPTION value=1000000> $1,000,000
<OPTION value=10000000> $10,000,000
<OPTION value=20000000> $20,000,000
<OPTION value=40000000> $40,000,000
</SELECT><BR>
Max <SELECT NAME="mv_range_max">
<OPTION value=0 SELECTED> no object
<OPTION value=1000000> $1,000,000
<OPTION value=10000000> $10,000,000
<OPTION value=20000000> $20,000,000
<OPTION value=40000000> $40,000,000
</SELECT>
I want instead a single dropdown list from which I can select preset
ranges (like 1000-2000, 2001-3000). Can anyone think of a way to do
this? I've tried many things that don't work....
DB