Tres Seaver wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Garry Saddington wrote: >> Has anyone any suggestions as to how to prevent form submission by the >> using pressing the refresh or back buttons? > > Issue a redirect from the POST handler: the browser won't "land" again > on the original POST target URL, but only only on the redirected page, > or the original form.
+1, I've been happy with this technique. Shane _______________________________________________ Zope maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )
