This topic is locked

AJAX on advanced search

3/19/2008 4:00:38 PM
ASPRunnerPro General questions
T
Tim author

On the "miscellaneous" page of the wizard I have unchecked the "AJAX suggest on searching", but this doesn't seem to effect the advanced search page, only the list page search. Is there a way to turn off AJAX on the advanced search page of one table, but not all tables?
Thanks,

Tim

J
Jane 3/21/2008

Tim,
you can manually turn off Afax suggest feature in the generated ..._search.asp file.

Find this line:

'//connect database



and add following code just after:

useAJAX = false