This is driving me a bit crazy. I've got a small bit of javascript that runs via body.onload and selects a form element. This works flawlessly in IE when run as a ...
FWIW, the ASP.Net function Page.RegisterStartupScript places the registered script at the bottom of the page, after all controls. That seems like a logical place to do it since, as you note, the JS ...