Paul Furman <> wrote in news:WAGdnbWU4oKPS7bdXTWc-
:
> OK I understand now that on a complex page with other links and
> navigation, it will mess some people up (not many though <g>) but on a
> simple form page, it makes sense to me and is what most people expect.
A *really* simple form page. For example, Google's main search page has
only one input field, and the page isn't image-heavy. But consider a page
with a lot of fields and lots of images. The onLoad event doesn't happen
until the last image (or, if you've sold your soul to the devil, background
sound) has loaded. And that means that someone might well be in the middle
of filling out a form by the time the event occurs, at which point he'll
suddenly find himself overwriting something he typed before (especially if
the script doesn't just change the focus, but selects the content of the
field switched to, meaning that the first character typed will erase the
entire previous contents).