output to excel button disabled
447246Oct 5 2005 — edited Aug 9 2006I have created a button to perform the Output to Excel function. However, it is disabled once the user clicks it once. When I look at the source code for the page, javascript is called to disable the button:
<input type="BUTTON" value="Download to Excel" onClick="javascript:this.disabled=true; redirect('f?p=131:4:6492350203385969110:FLOW_EXCEL_OUTPUT_R4792827067243327');" >
How can I enable this button, if possible? As it stands now, the user would have to refresh the page to enable the button.
Thank you,
Carolyn