
When I put this line of code in my program, it works beautifully in firefox, but does not submit when using IE
<input type="submit" id="9" value="Generate Report" onclick="this.disabled=true; value='Please wait while report generates';">
Any ideas? I am sure that I am missing something