Hi Ali,

If you replace your form method="post" with method="get" on the page prior
to the page you get this message on, this will submit the form as a series
of url variables and you'll stop seeing this message...

so...

formpage1->formpage2->detailpage

You get the message when you hit back from detailpage, so the form you need
to edit is on formpage1.

hth


Isaac Dealey
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046

> Hello Folks,

> I have a page that is has a form with a drop down list populated from a
> query. Once a selection is made and submitted the selected value is
> posted to a second page that shows further information from the selected
> item. Pretty easy, right? Well every time I click on the back button to
> go back to the previous page I get the following 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.

> So I click refresh and its back, but this is annoying.

> What do I have to do to make my pages not show this warning/error? I don
> have a link on the second page back to the first, but a lot of users
> will click on the back button.

> Thanks,
> Ali Daniali

> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to