srussell705
Programmer
Have an old system that could set focus depending on data. Suddenly new Dells came in house and it no longer works? We also have semi new XP boxes with same IE and they work.
This is header of page:
<!-- ~~~~~~~~~~~~~~~~ BEGIN BODY OF HTML FORM ~~~~~~~~~~~~~~~~ -->
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" onload="foc();">
<SCRIPT LANGUAGE="JavaScript" src="rs.htm"></Script>
----- end code
This is FOC()
function foc()
{
document.doublecombo.MailName1.focus();
}
Any ideas on this?
This is header of page:
<!-- ~~~~~~~~~~~~~~~~ BEGIN BODY OF HTML FORM ~~~~~~~~~~~~~~~~ -->
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" onload="foc();">
<SCRIPT LANGUAGE="JavaScript" src="rs.htm"></Script>
----- end code
This is FOC()
function foc()
{
document.doublecombo.MailName1.focus();
}
Any ideas on this?