jrthor2
02-09-2005, 12:53 PM
I have a site that is developed in Jave, but I think this is an html issue. I have a bunch of pages that all have forms on them. All of the pages work fine in all browsers, except 1 page. On this page, there is a form with 1 input field. When using any browser other than Ie, I can use the enter key to submit the form, but when using IE, when I hit the enter key, it just refreshes my page, not submitting anything to the server. Everything is withn my form tag. Here is the html within the form taken from the view source in IE.
<form id="forgot_password" method="post" action="/forgot_password.jsf;jsessionid=0000rFnr0CEYY5c9mF3az2KTw8i:-1" class="form" enctype="application/x-www-form-urlencoded">
<table border="0" cellspacing="0" cellpadding="0" width="450">
<tr>
<td valign="top" align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right" valign="top">
<span id="forgot_password:txtoutEmailPrompt" class="label">Email:</span>
</td>
<td valign="top" align="left">
<input id="forgot_password:txtEmailAddress" type="text" name="forgot_password:txtEmailAddress" maxlength="255" size="30" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="right" valign="top" height="10"></td>
<td valign="top"></td>
</tr>
<tr>
<td align="right" colspan="2">
<input type="image" src="images/btn_continue.gif;jsessionid=0000rFnr0CEYY5c9mF3az2KTw8i:-1" name="forgot_password:btnForgotPassword" id="forgot_password:btnForgotPassword" alt="continue" class="button" >
</td>
</tr>
</table><input type="hidden" name="forgot_password" value="forgot_password" /></form>
<form id="forgot_password" method="post" action="/forgot_password.jsf;jsessionid=0000rFnr0CEYY5c9mF3az2KTw8i:-1" class="form" enctype="application/x-www-form-urlencoded">
<table border="0" cellspacing="0" cellpadding="0" width="450">
<tr>
<td valign="top" align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right" valign="top">
<span id="forgot_password:txtoutEmailPrompt" class="label">Email:</span>
</td>
<td valign="top" align="left">
<input id="forgot_password:txtEmailAddress" type="text" name="forgot_password:txtEmailAddress" maxlength="255" size="30" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="right" valign="top" height="10"></td>
<td valign="top"></td>
</tr>
<tr>
<td align="right" colspan="2">
<input type="image" src="images/btn_continue.gif;jsessionid=0000rFnr0CEYY5c9mF3az2KTw8i:-1" name="forgot_password:btnForgotPassword" id="forgot_password:btnForgotPassword" alt="continue" class="button" >
</td>
</tr>
</table><input type="hidden" name="forgot_password" value="forgot_password" /></form>