Re: Why does Opera lose the focus on a input box if I scroll with a JavaScript
Posted by Leif K-Brooks on 11/14/05 22:30
Stefan Mueller wrote:
> I set the focus to the input field just after the page has been loaded. This
> works perfect.
> Two seconds later the JavaScript
> window.setTimeout("window.scrollTo(0, 0)", 2000);
> scrolls to the top of the page.
What reason could you possible have to do that other than to annoy your
visitors?