Tagged Questions

0
votes
3answers
147 views

Javascript: collect info from multiple function onload events until web page finishes loading

Okay, now I've got this thing I need to do with Javascript but I have no idea the best way of doing it! I'll explain by telling you how I "think" it should work... Inside the web …
4
votes
4answers
513 views

Hook a javascript event to page load

I have an aspx that has the following javascript function being ran during the onload event of the body. <body onload="startClock();"> However, I'm setting the aspx up to …