|
|
Sergey Kornilov admin 9/27/2005 |
|
To achieve this you need to open ..._list.asp in any text editor and remove dropdown boxes with field names and search options. Instead of that put two following lines: <input type="hidden" ID="SearchField" NAME="SearchField" value="AnyField"> <input type="hidden" ID="SearchOption" NAME="SearchOption" value="Contains">
|
|
|
|
unique1 author 9/29/2005 |
|
awesome thank you so much |
|