| View previous topic :: View next topic |
| Author |
Message |
Krabik Enthusiastic Coder
Joined: 15 Mar 2005 Posts: 62
|
Hi all,
First post here for me, I am a web developper and have been working with Java/Servlets/Jsp for about 5 years.
I always tried to manage important behaviors on the server side to make sure that I do not depend on browser quirks.
Now, I have an important problem, I have some server processing that takes a while to do and some users have fun clicking on other buttons while the server side code is being processed and I do not want that to happen.
Since we already are in production with this, I cannot go in and make major modifications (like making complex code to go disable specific buttons by accessing them by name and disabing them one by one)
What I need to know is if there is a quick way to disable all buttons on a form dynamically without referring to them by name.
Any ideas?
Reply with quote
|
| |
|
|
Jake Enthusiastic Coder
Joined: 15 Mar 2005 Posts: 68
| |
|