PDA

View Full Version : Back button when using POST form data


htcilt
07-21-2009, 09:34 AM
Hi all,

I have a search form that sends the data to an ASP page using POST.
From the results results there are links to other asp (static) pages. From this page I need to be able to press the back button in the browser or alternatively a link on the page that takes me back to the search results.

How can I achieve this?

Thanks

shakir
07-22-2009, 03:27 PM
use javascript for history back.. or use response .redirect("pagename")