Following is the code and problem occurring with IE6
-
-
<div id="contentarea">
-
<div class="box_j box_margin_right">
-
<p class="transcrumb">Create a Order</p>
-
<h1>Enter Participant's Employer Name</h1>
-
<p>Enter the employer for which this order applies.</p>
-
<form id="clientForm" name="Client_info" method="post" action="/web/CretOrdrBeg.htm">
-
<hr />
-
<table border="0" cellpadding="0" cellspacing="0" width="100%">
-
<tbody>
-
<tr class="tblruledark">
-
<th scope="row" width="18%">Employer Name</th>
-
<td class="nobr" width="82%"><input id="chosEmplyr" name="chosEmplyr" class="txtbox40" tabindex="1" type="text" value=""/>
-
<input name="_eventId_submit"
-
class="transbut smMargin nomargintop" id="cancel2" value="Continue"
-
type="submit" tabindex="2"/> <input type="hidden" name="_flowExecutionKey"
-
value="_cF9FE6AF5-C79F-26AD-DC8E-1BE4C565371F_k4172D027-8755-61C9-D7B3-6513F50A4650" />
-
<input type="hidden" name="orderType" value="dro" />
-
</td>
-
</tr>
-
</tbody>
-
</table>
-
</form>
-
<script type="text/javascript" language="JavaScript">
-
document.forms['Client_info'].elements['chosEmplyr'].focus();
-
</script>
-
</div>