|   | Sergey Kornilov admin 1/30/2004 | 
| Hi, <SELECT ID="SearchOption" NAME="SearchOption" SIZE="1">
 <input type="hidden" name="SearchOption" value="Contains">
 | |
| W | WesO author 1/31/2004 | 
| I was in _search.asp because i need to change the advanced search options fields. i changed the order of the search options so when the page comes up, equals is already selected, so i just need to hide that pull down menu. do i do the same thing that i would do on _list.asp? | |
|   | Sergey Kornilov admin 2/1/2004 | 
| Hi, <input type="hidden" name="SearchOption" value="Equals"> | |
| W | WesO author 2/2/2004 | 
| Thanks. That worked really good. | |