how to make the page expired when click back button

D

Darick

when i try to click back button in some website, the website will show
the message in the following :-

---- start
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.
---- end

may i know how to do this effect in perl ?
 
S

Skeleton Man

Any form using the "POST" method will give this result. This is a browser
based behaviour, not the programming language.

Regards,
Chris
 
E

Erik Sandblom

Darick said:
when i try to click back button in some website, the website will show
the message in the following :-

---- start
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.
---- end

may i know how to do this effect in perl ?


To do that, you need to make the preceding page into a form, like the message says.

You'll need an html form
http://www.htmlhelp.com/reference/html40/forms/form.html

and a perl script which conforms to the cgi standard.
http://cgi.resourceindex.com/

Erik Sandblom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top