ASP.NET content page: how to run a script on "body" with "body onload=myfunc()"
- by stighy
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