Forum Moderators: open

Message Too Old, No Replies

handling the annoying multiple submits cause users are impatient

tryin to handle multiple submits from impatient uses

         

mikejson

4:01 pm on Dec 2, 2003 (gmt 0)

10+ Year Member



Hey everyone, just like the title says, I'm tryin to handle those annoying little impatient users that hammer on my submit button and submit like 10 of them in a 30 second span.

I was thinking of possibly something like this

javascript to create a variable, have that variable submit the form on var = 1, and all others do nothing....

is there a submit in javascript? I'm guessing Icreate the function have the function be called on the push of the button.

Is there an easier way to do this? Or should I just go ahead and write that one out?

Timotheos

7:18 pm on Dec 2, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I use this one
h**p://www.willmaster.com/possibilities/archives/wmp20000104001.shtml

mikejson

9:28 pm on Dec 2, 2003 (gmt 0)

10+ Year Member



I see, I didn't know that onClick returning false would stop a submit. I will use that, thanks