Jump to content

The page you requested was created using information you submitted in a form


chrisbcats

Recommended Posts

How to get rid of:

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.

I'm using this code to go back to the last page visited
[code]
<input type=button value="<< Back" onClick="history.go(-2)" />
[/code]
that is a feature built into your browser. you may be able to change that in your browser options/preferences. it's a "security" feature because if you were say, using a public computer and entered in personal info into a form, some other person could come up later and use the computer and just click the back button and get some of your info.

this is in no way shape or form a php related question. even your code is js, not php.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.