Return Button To Query Results

2000-08-08 Thread Double Down, Inc.
I want to create a form button that will return a person to the query result page without hitting the database over and over. Can anyone help me out with this? Thanks DDINC -- Archives:

Re: Return Button To Query Results

2000-08-08 Thread rkeniger
If you just want to be able to go back like when you use the "back" button in the browser, do this: input type="button" value="Return to search results" onClick="history.back();" Note that this will not work if you have a couple of pages after the detail view, such as an update template etc.