Hi, How do I make a form submit the values upon hitting enter in the textbox? In the webpage, there are 2 textfields username & password and a go button (which is a actually an image). when the user hits 'enter' on the password field, the form should submit values. Code Snippet: <form action="/Online/logon.aspx" name="thisForm" id="thisForm" method="post"> <td><img src="pix/user_name.gif" alt="Username" width="49" height="25" border="0"></td> <td width="80"><input tabindex="1" type="text" name="username" value="" size="10"></td>