Using the function onLoad.newHandler() you can register events to occur after the DOM has loaded completely. Use the following format: NOTE --- This handler only works with lambda function formats.
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 standalone browser, but does not work ...