![]() |
Sergey Kornilov admin 6/12/2006 |
You can try to put the following in the beginning of the search page: if Session("SearchFor1_" & strTableName & "_FieldName")="" then |
K
|
Kym author 6/13/2006 |
Thank you for your help. This code works great for setting the value box but can you tell me how I would set the drop down box to default to "equals" instead of "contains". |
J
|
Jane 6/14/2006 |
Kym, <SELECT ID="SearchOption" NAME="SearchOption" SIZE="1"> <OPTION VALUE="Contains">Contains</option> <OPTION VALUE="Equals">Equals</option>
<SELECT ID="SearchOption" NAME="SearchOption" SIZE="1"> <OPTION VALUE="Equals">Equals</option> <OPTION VALUE="Contains">Contains</option> |