I'm trying to find a way of adding extra commands to an object event... for example if I had <body onload="setupPage()"> how would I go about adding more info to that via JavaScript?
I can do it easily enough with IE by using the object.attachEvent() but this doesn't work in NS.