In the advanced search page is there a way to limit the options to search and specificially search on "equal" only? In the dropdown box that begins with "Contains" I need to begin with "Equal". When I look at the html code on the Advanced Search page in ASPRunner, I see where the first search item begins but not the controls for the dropdown box.
When I look at the generated code on the webpage, after it is published, I see the search options very clearly.
"<td><SELECT ID="SearchOption" NAME="asearchopt_AGENCY" SIZE=1 onChange="return ShowHideControls();"><OPTION VALUE="Contains" >Contains</option><OPTION VALUE="Equals" >Equals</option><OPTION VALUE="Starts with ..." >Starts with ...</option><OPTION VALUE="More than ..." >More than ...</option><OPTION VALUE="Less than ..." >Less than ...</option><OPTION VALUE="Equal or more than ..." >Equal or more than ...</option><OPTION VALUE="Equal or less than ..." >Equal or less than ...</option><OPTION VALUE="Between" >Between</option><OPTION VALUE="Empty" >Empty</option></SELECT></td>"
How do I either put "Equal" as the default item or the only item?
Thanks
Joe
Disregard, I figured it out. I am good to go now.
Joe