in reply to How To Disable A Browser's Back Button in CGI.pm?

Assuming what you want is to prevent the user from repeating the form, how about sending the user a cookie saying that he/she'd already submitted the form? You could try setting "Pragma: no-cache" on the calling page and then using a cookie on that page, but that is less reliable and some browsers/caches seem to ignore "no-cache".
--traveler
  • Comment on Re: How To Disable A Browser's Back Button in CGI.pm?