> I'm trying to auto refresh a page when the back button is clicked on the > browser. At present the page that I'm going back to is an page which > requires form variables from a previous page to run - if I hit back I get > the usual "Page Expired" message
There's not really any way to change this behavior without changing the form's method from "post" to "get" which will cause all the form fields to be passed in the url instead. S. Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

