"javascript:history.go(-1);

admin

Administrator
Staff member
Hi every body
I'm using <input type="button" value=http://www.webdeveloper.com/forum/archive/index.php/"Back" class="boton" onClick="javascript:history.go(-1);">
as a back button. if I use it to go back to a simple page where I'm just retreaving data it works from . but when I use this button to go back to the page with a form it give this error.



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.


I'll really appriciate it if anyone can help.

regards
 
Top