Code: Select all
<html>
<body onload=document.form1.in1.focus();>
<form name="form1">
<input name="in1" type="text" onFocus="this.blur()" onBlur="this.focus()">
</form>
</html>Moderator: General Moderators
Code: Select all
<html>
<body onload=document.form1.in1.focus();>
<form name="form1">
<input name="in1" type="text" onFocus="this.blur()" onBlur="this.focus()">
</form>
</html>Applied to your problem: don't use IE. The world must be told about Mozilla.org - but then, alas, what is the root of the problem? It's not Javascript me thinks...Don't try to find a solution for your problem.
Just change the part that causes it.