Assuming that the user has JavaScript turned on you can use this bit of code, 
it disables the button used for submitting the form once its been clicked:

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

hth,
larry

Larry C. Lyons
Web Analyst
American Type Culture Collection
http://www.atcc.org
llyons(at)atcc.org 


> Hello Guys,
> 
> I've got an issue with a form which is sometimes a little slow to 
> process. Seems that some of the users are clicking the submit button a 
> whole bunch of times and we're getting a few problems arise as a 
> result of it.
> 
> How are you tackling this problem? presumably something with jQuery 
> would be nice but I wanted to get your thoughts.
> 
> Any ideas and code examples welcome :-D
> 
> Robert 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304993
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to