http://www._javascript_kit.com/script/script2/blockdblsubmit.shtml

<script type="text/_javascript_">

/*
Block multiple form submission script- By _javascript_Kit.com
Visit http://www._javascript_kit.com for this script and more
This notice must stay intact for use
*/

//Enter error message to display if submit button has been pressed multiple times below.
//Delete below line if you don't want a message displayed:

var formerrormsg="You\'ve attempted to submit the form multiple times.\n Please reload page if you need to resubmit form."

function checksubmit(submitbtn){
submitbtn.form.submit()
checksubmit=blocksubmit
return false
}

function blocksubmit(){
if (typeof formerrormsg!="undefined")
alert(formerrormsg)
return false
}

</script>




<form>
"
<input type="submit" value="Submit" >
</form>

Rob.


On 05/09/2005, at 3:05 PM, KNOTT, Brian wrote:

Might also be an idea to add a _javascript_ line to make the button inactive
once you have set the value to please wait.

Brian

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, 5 September 2005 2:57 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: OT: Mulitple Submits

something like this Scott?

<script language="_javascript_">
function processForm(){
if (document.forms[0].formSubmit.value=="Submit"){
 document.forms[0].formSubmit.value="Please wait";
 document.forms[0].submit();
}
}
</script>

<input type="button" name="formSubmit" value="Submit"
>

*not tested* ... actually written while in a web based mail client


Hi,

I am looking for some code to take a humble submit button, and make it
multiple-submit proof. I have seen it around before, but can't recall the
solution.

Eg, After clicking, the button text changes to "Please wait", and becomes
disabled, and the form submits still.....

Cheers,

Scott Thornton, Programmer
Application Development
Information Services and Telecommunications
Hunter-New England Area Health Service
Phone  RNH +61 2 49236066
Fax       +61 2 49236076

[EMAIL PROTECTED]


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/





---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

-----------------------------------------------------------------------------------
This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its related entities "Suncorp". 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 55  or at suncorp.com.au.

The content of this e-mail is the view of the sender or stated author and does not necessarily reflect the view of Suncorp. The content, including attachments, is a confidential communication between Suncorp and the intended recipient. If you are not the intended recipient, any use, interference with, disclosure or copying of this e-mail, including attachments, is unauthorised and expressly prohibited. If you have received this e-mail in error please contact the sender immediately and delete the e-mail and any attachments from your system.

If this e-mail constitutes a commercial message of a type that you no longer wish to receive please reply to this e-mail by typing Unsubscribe in the subject line.



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/



----------------------------------------------------
n:  Rob Shaw
j:   Learning Architect
a:  MLC School
     Rowley Street Burwood
     NSW 2134 Sydney Australia
t:   61 2 8741 3119
f:   61 2 9745 3254
m: 04 22 222 515
e:  [EMAIL PROTECTED]



---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to