Free web development scripts for the webmasterDevelopment Scripts


 
 Site Navigation
 o Development Scripts
 o Text Only Edition
 o PHP.net News
 o Tutorials
 o Register an account
 o New entries this week
 o Affiliates/Links
 o Contact Us
 o About us
 o Advanced Search

 Browse Path
 o 1 user online
 o Most users online: 67
 o Home
  o Javascripts
   o Forms Manipulation
    o Script

 Member Login
User Name
Password

 Standards
Valid XHTML 1.0!
Valid 
CSS!

 Recommended Links
 o PHP Freaks
 o Designer Baby Clothes
 o White Watch Store
 o iPad 64gb 3g
 o Invoice Software
 o UK Business Franchises
 o OxyScripts
 o Free Wedding Websites
 o Invoice Software

Disallow Multiple Click on Submit (Rated 0)

Description:

If the value is submit, submit the form. Then, change the value to 'Wait' so it does not submit again.

Code starts here


<script language="javascript">
function domyfunc(obj) {
// If the value is submit,
// submit the form. Then,
// change the value to 'Wait'
// so it does not submit again.
if(obj.value == "Submit")
obj.form.submit();
obj.value = "Wait!";
}
</script>

<input
type="Button"
Name="Submit"
Value="Submit"
onClick="domyfunc(this)">


Submitted by Devscripts on 24-02-2003 12:13


Recent Additions (from all categories)

(PHP) T Shirt Printing Software

(PHP) Youtube Video Organizer Script

(PHP) MP3z - MP3 Search Engine Script

(PHP) Recipez- PHP Recipe Script

(ASP) Stop image hotlinking and downloading. Web image protection is easy with Image Trapper.

Top Rated Scripts

(Javascripts) Javascript Delayed Redirection Rating: 5

(PHP) Random Links and images with PHP & MySQL Rating: 5

(PHP) RSS/XML news feed headline grabber! Rating: 5

(PHP) Random Signatures/Avatars Rating: 5

(Javascripts) Detecting Client Web Browser Rating: 5

© Copyright 2003 - Devscripts.net