I have a file upload form that will alow a user to browse for a file & then ul the file to me.
A user can still click the browse button & the submit button while the rest of my asp script is being processed.
What I need to know is there a way to disable a form's submit button with an onclick action & whatmore can it disable another button (the file browse) at the same time?
I set a variable for each button on my form & increment them whne clicked. then if they go over my set value I pop an alert instead of processing the form.
Thanks for responding it kinda pointed me in the direction I took.
Bookmarks