Could you give an example of your code? This code is working fine for me in Safari and FireFox:
HTML Code:
<html>
<head>
<title>Test</title>
</head>
<body>
<input type="text" id="textbox1" size="20">
<script>document.getElementById('textbox1').focus()</script>
</body>
</html>
Last edited by funkdaddu; 09-11-2005 at 11:18 PM..
|