My main page is divided into 6 section .Each section is one iframe
When i click on link of one of the iframes a new page say abs.jsp is loaded.
This abc.jsp has back button which uses history.go(-1) .
First time history.go(-1) gives me the below pasted 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.
but from 2nd time it works properly.
I have changes the form's method from POST to GET.
can any one help me in this issue.
This message was edited 1 time. Last update was at by Eric Pascarello
POSTs use that message to prevent forms from submitting the smae information two times. Do you want to pay a bill twice online or buy tickets multiple times? No, the browser helps to prevent that. If it works with GET, why are you not using GET?
6 iframes? Does not sound like fun
Eric
This message was edited 1 time. Last update was at by Eric Pascarello
Race Schedule for 2010 for this running geek:
* National Half Marathon - 03/20 [1:44:51] * Frederick Marathon - 05/02 * Baltimore Marathon - 10/16 *
eric even after clearin the cookies,getting the same error.
Please find the error pasted belwo,
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.
This message was edited 1 time. Last update was at by Ankita Jha