I have a search page where a user can search by multiple critia. The user clicks on a document in the results and submits a page. From that thank you page, the user wants to be able to go back to the view in it’s last searched state. I’ve used cookies to get the correct url. The problem is, you get to the search page and there are no results, you have to hit submit in order to see any documents. Any ideas on how to get to the search results without having to hit submit?
Subject: Seperate Frame or Window
My recommendation to keep from needing to resubmit a search is to not touch the frame/window you are in when clicking on a document. Have the view properties specify to launch links from it into a new window, then when they close the page window, their search results are still there.
-Tim