Detail - Master Page back Link
Posted: Sun May 16, 2004 8:33 am
I am using dreamweaver mx 2004, PHP & Mysql (plus IE V6 Browser)
I want to create a link back to a Database results page from a detail page. The results page was originally created from a submit form on a 'search the database' page'. Somebody gave me the following javascript to use:
<a href="javascript:history.go(-1);">Back to Previous Page</a>
This however gives me the follwoing warning message in the browser window when I try to link back:
'Warning: Page has Expired
The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh button. '
when I click on view >refresh it asks me to 'retry' submitting the form. I then get taken back to the results page correctly.
Is there any way of coding the 'back' link so I don't get the warning message?
I want to create a link back to a Database results page from a detail page. The results page was originally created from a submit form on a 'search the database' page'. Somebody gave me the following javascript to use:
<a href="javascript:history.go(-1);">Back to Previous Page</a>
This however gives me the follwoing warning message in the browser window when I try to link back:
'Warning: Page has Expired
The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh button. '
when I click on view >refresh it asks me to 'retry' submitting the form. I then get taken back to the results page correctly.
Is there any way of coding the 'back' link so I don't get the warning message?