Hello,
how can i prevent my buttons from double clicks. for example to be able to click then only once. i tried once clicked to return false
onclick(if document.myform.value){
return false
}
but then i cant click on the button at all.
and i tried other examples but it doesnt work and also i thought if the button is define as if(document.form.b1.value=="")
i thought that was preventing the double clicks but in this case it doesnt.
so any suggestions?
how can i prevent my buttons from double clicks. for example to be able to click then only once. i tried once clicked to return false
onclick(if document.myform.value){
return false
}
but then i cant click on the button at all.
and i tried other examples but it doesnt work and also i thought if the button is define as if(document.form.b1.value=="")
i thought that was preventing the double clicks but in this case it doesnt.
so any suggestions?