ASP.NET content page: how to run a script on "body" with "body onload=myfunc()"

Posted by stighy on Stack Overflow See other posts from Stack Overflow or by stighy
Published on 2010-06-08T13:38:21Z Indexed on 2010/06/08 14:02 UTC
Read the original article Hit count: 402

Filed under:
|

Hi, i've added to the master page my script "myscript.js". Then, in a content page, i would like to load myscript() at startup (body onload).

How can i do this ?

Thank you in advance !

Regards

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript