rebel software

One Click

rebel software

Name One Click
What it does prevent duplicate form submission
What it costs Free
Link Required Optional
Download not required
Contact

 

Insert the following java script code into any web page with a form on it.

Add onSubmit="return OneClick();" to your form eg:
<form name="form1" method="post" action="yourscript.pl" onSubmit="return OneClick();">

If you want a user to be able to submit the form after making changes within the timeout period then add the following to each item on the form.
onChange="FormChange()"

eg:
<input type="text" name="textfield" onChange="FormChange()">

Click this button twice to try it. ( 5 second timer )

Please Note: This is not a substitute for server side duplicate processing functions.
Do not rely on this function to prevent users from submitting an order twice. the script will fail if the user has Javascript turned off!