Is is an action page off a form?

Browsers will allow a double click on the submit form to process the action
 
page twice

To keep people from clicking the submit button twice use this:

<INPUT TYPE="Button" NAME="Submit" VALUE="Start Activity" 
onClick="if(this.value == 'Start Activity') this.form.submit(); 
this.value='Please Wait.';">



At 05:00 PM 2/26/2002 -0700, you wrote:
>Thanks.  We looked into the dynamic image tags and this doesn't seem to be
>the problem in our case.
>
>Anyone have any other ideas/suggestions?
>
>Shawn Grover
>
>-----Original Message-----
>From: Zac Belado [mailto:[EMAIL PROTECTED]]
>Sent: Monday, February 25, 2002 5:00 PM
>To: CF-Talk
>Subject: RE: Template running more than once?
>
>
> > We have a case where it appears our template is running twice - but only
> > intermittently.
>
>I had a similar problem and it was, thankfully, tracked down to an error in
>a dynamic img tag. Disable images in your browser and see if it still loads
>the tempalte twice. If it doesn't then try looking in any dynamic image or
>anchor tags for improperly closed tags.
>
>
______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to