summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2010-06-28 05:13:22 +0000
committerjeff <jeff>2010-06-28 05:13:22 +0000
commit577d448ee46f5d3819f2488069f6a48b9d1b451a (patch)
treee90d3a83cde53d7848be9c059eda0eaa424a90f1
parent63bc0021330d9dead09e646bd968ed3e674bceeb (diff)
fix under ie8 (and others?) RT8274
-rwxr-xr-xhttemplate/search/report_newtax.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_newtax.html b/httemplate/search/report_newtax.html
index da39b0c4d..739652675 100755
--- a/httemplate/search/report_newtax.html
+++ b/httemplate/search/report_newtax.html
@@ -10,7 +10,7 @@
</TABLE>
-<BR><INPUT TYPE="button" VALUE="Get Report" onClick="document.newtax.submit.disabled=true; process();">
+<BR><INPUT TYPE="button" NAME='fetch' VALUE="Get Report" onClick="document.newtax.fetch.disabled=true; process();">
</FORM>