diff options
author | jeff <jeff> | 2010-06-28 05:13:22 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-06-28 05:13:22 +0000 |
commit | 577d448ee46f5d3819f2488069f6a48b9d1b451a (patch) | |
tree | e90d3a83cde53d7848be9c059eda0eaa424a90f1 | |
parent | 63bc0021330d9dead09e646bd968ed3e674bceeb (diff) |
fix under ie8 (and others?) RT8274
-rwxr-xr-x | httemplate/search/report_newtax.html | 2 |
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> |