This topic is locked

Saving a search

11/10/2006 11:59:49 AM
ASPRunnerPro General questions
K
kerrykerzman author

My users have the potential to ask me to create an infinite number of queries. They could look up the info in my ASPRunner application with the advanced searches but they just don't have enough patience. How can I get an advanced search to open in a new window where the users could potentially bookmark their advanced search?

Sergey Kornilov admin 11/10/2006

Proceed to the search page in visual editor and switch to HTML mode:
Change FORM METHOD rfom POST to GET.

<form method="GET" action="..._list.asp" name="editform">


In this case full URL will appear in browsers address line and can be bookmarked.