qForms automatically disables a submission from occuring when a click-happy
user keeps trying to submit a form:

http://www.pengoworks.com/qForms/

-Dan


> -----Original Message-----
> From: Robert Rusher [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 27, 2001 11:54 AM
> 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