Tagged Questions

0
votes
0answers
6 views

Insert javascript call inside <body onLoad=function()> in RAILS

Hi, I am n00b at rails. The question is very simple, i want to know how can i make a javascript function call inside body tag on the onLoad event. I'm asking this because in the v …
0
votes
3answers
168 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
579 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 …