Apples
12-08-2007, 07:43 PM
This focus script is also used by Google:
<body bgcolor="#FFFFFF" text="#000000" onLoad=sf()>
<script>
function sf(){document.thisfield.thisfield_text.focus();}
</script>
And it works great for focussing a text input on page load. But it causes a dynamic clock to break, which is found here (http://www.designerwiz.com/24fun/clockinnertext/clockinnertext.html).
Could anyone publish the required code change to make them work together? Thank you.
<body bgcolor="#FFFFFF" text="#000000" onLoad=sf()>
<script>
function sf(){document.thisfield.thisfield_text.focus();}
</script>
And it works great for focussing a text input on page load. But it causes a dynamic clock to break, which is found here (http://www.designerwiz.com/24fun/clockinnertext/clockinnertext.html).
Could anyone publish the required code change to make them work together? Thank you.