Forum Moderators: buckworks
But if you're quick and/or dumb enough, you can click the pay now button twice before the next page loads and conceivably get double-charged.
Does anyone have any javascript code that greys-out that Pay form SUBMIT button immediately when it's clicked, to prevent people from accidentally clicking it twice?
TIA
JD
<form method=post action="http://www.myserver.com/">
<input type=submit value="Pay Now!" onclick="this.disabled = true;">
</form>
Hope this helps!
John