What steps will reproduce the problem? 1. Enable and activate Firebug's script panel 2. Go to a website that has a JavaScript onload event handler 3. Set a breakpoint to the first executable line ...
If you are in a controlled environment and you know nothing else is going to be setting the onload event, you can register (Page.RegisterStartupScript) a script that will both set the body.onload ...