![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archivePrevent Premature clicking on a submit button while page is refreshed
From: <anonieko@hotmail.com>
Date: Sun Aug 14 2005 - 23:46:08 CEST
Scenario: You have a page that is TOO slow to refresh.
Here I put a javascript the will enable only
The prevention of button being clicked twice
<html>
<form id="testForm" >
<script type="text/javascript">
function EnableClick() {
function dosubmit(method) {
</body
|