> Using JavaScript reduces the load on the server and is
> more effective.

Until Javascript is turned off, at which stage you're back to square 1.
Tracking the page requests on the server is a better id if you really need
to be sure that the form hasn't been reposted.

-------------------------------------------------------
Rich Wild
Senior Web Designer

-------------------------------------------------------
e-mango.com ltd                      Tel: 01202 587 400
Lansdowne Place                      Fax: 01202 587 401
17 Holdenhurst Road
Bournemouth                   Mailto:[EMAIL PROTECTED]
BH8 8EW, UK                      http://www.e-mango.com
-------------------------------------------------------
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
-------------------------------------------------------




> -----Original Message-----
> From: Robert Rusher [mailto:[EMAIL PROTECTED]]
> Sent: 27 April 2001 16:54
> To: CF-Talk
> Subject: Re: Disabling the BACK button (again)
> 
> 
> Using JavaScript reduces the load on the server and is
> more effective.
> http://javascript.internet.com/forms/disable-submit.html
> 
> HTH
> 
> Regards,
> Rob
> 
> --- Dave Hannum <[EMAIL PROTECTED]> wrote:
> > Try setting a cookie or session variable when the
> > form is submitted the
> > first time.  In your submission script, look for the
> > cookie or session var -
> > and if it exists, disallow the submission.
> > 
> > Dave
> > 
> > 
> > 
> > ----- Original Message -----
> > From: "Richard Colman" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Friday, April 27, 2001 10:46 AM
> > Subject: Disabling the BACK button (again)
> > 
> > 
> > There must be a zillion messages on this topic.
> > Sorry to bring it up again.
> > But, you know, it's not a problem until it is YOUR
> > problem.
> > 
> > Any recent developments on disabling the BACK button
> > to avoid duplicate form
> > submissions/charges?
> > 
> > Rick Colman
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to