I am making a download form, and I only want the user able to click the button once.
In the button's onclick event, I do mybutton.enabled=false, but it does not seem to work.
Do I need to do this with JavaScript?
If so, please tell me how to run JS code from a button, and also be able to run my download function.
It seems to be either / or.
Thanks
Gary
In the button's onclick event, I do mybutton.enabled=false, but it does not seem to work.
Do I need to do this with JavaScript?
If so, please tell me how to run JS code from a button, and also be able to run my download function.
It seems to be either / or.
Thanks
Gary