Hi all,
I have 6 buttons on my
JSP. I want to implement a functionality of disabling the buttons. In that I don�t have problem implementing the functionality for 4 buttons (On click of any button remaining buttons should be disabled till the request of clicked button is completed. After that they can be enabled). Out of 6 I have 2 buttons. On click of the button a new window opens up and we have converted the mime type of that jsp to an excel format.(Requirement specific)
Now When I click the button all other 5 should be disabled including that. But the excel sheet opens in a new window and as it is an excel sheet I don�t have an option to refresh a parent page there by again enabling the other disabled buttons.
Can there be any way to do this.
[ April 01, 2008: Message edited by: Bear Bibeault ]