0
votes
3answers
47 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 views i can't find …
0
votes
3answers
176 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 page there will be …
4
votes
4answers
600 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 use a master page, …
