This topic is locked

Clearing 'Advanced Search Options'

9/27/2005 9:50:52 PM
ASPRunnerPro General questions
bnphillips author

When I use "advanced search" and type in my criteria, AspRunner functions smoothly.
However when I must use again "Advance search" the last criteria I used is still there. What may I do to ensure that there is a "blank screen" each time I select other options
thank you in advance

-bp

Sergey Kornilov admin 9/28/2005

Hi,
try to insert the following code snippet at the very end of ..._search.asp file:

<script>

resetValues();

</script>


Also you can click Reset button anytime to clear saved search parameters.

bnphillips author 10/3/2005

thank you for your prompt attention

-b