Hi,
have researched the double click submit prob and it seems that the solution is to put
in the onclick event of a button
OR put this in the form tag
have tried both but still can 'double book'
can anyone see why this wont work for me
my submit button
OR
my form tag
have researched the double click submit prob and it seems that the solution is to put
Code:
this.disabled=true;
OR put this in the form tag
Code:
onsubmit="this.done.disabled = true;"
have tried both but still can 'double book'
can anyone see why this wont work for me
my submit button
Code:
<input name="done" type="image" id="done" src="images/tbot6_01.gif" width="87" height="50" border="0" onclick="this.disabled=true;this.form.a.value='A';return EW_checkMyForm(this.form);">
OR
my form tag
Code:
<form action="custaddwork.asp" name="custaddwork" id="custaddwork" method="post" onsubmit="this.done.disabled = true;">