l'output html è questo?
ie 6.0
codice:
<body onLoad="document.pippo.a.focus()">
<form name="pippo" method="post" action="file.aspx" id="pippo">
<input type="hidden" name="__VIEWSTATE" value="..." />
<div id="pannello">
<input name="a" type="text" id="a" />
</div>
</form>
</body>
firefox 1.0
codice:
<body onLoad="document.pippo.a.focus()">
<form name="pippo" method="post" action="file.aspx" id="pippo">
<input type="hidden" name="__VIEWSTATE" value="..." />
<table id="pannello" cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td>
<input name="a" type="text" id="a" />
</td></tr></table>
</form>
</body>