Hi, I am trying to achieve preventing double clicking of submit buttons on php forms because double clicking causes the user to logout.
After checking on the net i found that only javascript can be used for that purpose and came across this article here:-
http://www.webdeveloper.com/forum/showthread.php?28560-How-to-prevent-double-clicking-a-form-button
However when i tried it, well it stopped the user from logging out but for some reason the form is no longer submitting. i.e. this.form.submit() part of it seems not to be functioning.
I was actually looking for something as simple as this for my code. Can someone point me in the right direction. A simple example that works would be great !
Thanks.