Not that there is anything wrong with using java but why would you when the html form submit function works just fine? Having said that, I have used this code with success.
<a href="javascript:document.login_form.submit()" ><img src="images/button.gif" class="button" ></a>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I added the submit button code:onClick="this.form.submit(); this.disabled = 1;
Works with Firefox, not IE.
How to fix?
Not that there is anything wrong with using java but why would you when the html form submit function works just fine? Having said that, I have used this code with success.
<a href="javascript:document.login_form.submit()" ><img src="images/button.gif" class="button" ></a>