After someone tabs from the username input field, I'd like to send the focus to the password input field. Right now, after you tab from the username input field, the focus is going to an image that is hyperlinked. I want to skip focus on this image, and just have the focus go to the password input field.
So another words, click in username field once, press TAB only once, and you're at the password field, that's what I'd like.
<input name="username" type="text" class="tablecell2" id="username" size="12">
</td>
<td rowspan="3"><img src="images/homeheader/browsejournals.gif"
name="browsejournals" width="163" height="75" border="0" usemap="#browsejournalsMap"></td>
</tr>
<tr>
<td width="106" height="26" colspan="2" background="images/homeheader/textbox_bg.gif">
<input name="password" type="password" class="tablecell2" id="password" size="12">