Tagged Questions

4
votes
4answers
608 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, …
0
votes
2answers
29 views

Add a Load event for Winforms Control just as Form class

Hi, is there a way I can get a Load event for System.Windows.Forms.Control just like System.Windows.Forms.Form.Load? I want to run some initialize code before the control first shown. Also, it would …
0
votes
3answers
56 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
185 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 …