<form name="form2" method="post" action="">
<table border="0" cellspacing="0" cellpadding="0"
bgcolor="#CCFFFF">
<tr>
<td align="left">
<input type="text" name="field1" size="20"
value="Sally Jones">(field1)<br>
<input type="button" name="Button1" value="Place
the cursor in the left-hand field."
onclick="document.form2.field1.focus();">
</td>
<td align="right">
(field2)<input type="text" name="field2" size="20"
value="Sam Houson"><br>
<input type="button" name="Button2" value="Place
the cursor in the right-hand field."
onclick="document.form2.field2.focus();">
</td>
</tr>
</table>
</form>