I want to create a link from my Detail Page back to Master page so that the original set of search results is diplayed on the Master Page. How can this be done? I am using Dreamweaver Mx2004 ,Mysql, Php and a Xitami Testing Server.
Somebody gave me the follwoing Javascript to use:
<a href="javascript:history.go(-1);">Back to Previous Page</a>
However using this you get the following error message in the browser window when trying to link back to the results page:
'The page you requested was created using information you submitted in a form. This page is no longer available...'
Somebody has told me that Javascript will not work like that on session controlled pages and that I must do something with the Server Variable ??
Does anybody know how to make this linking work? Please be gentle with replies as I'm a newbie!