I want to call a javascript function in my html <BODY> tag during the loading of my web page. Is this done like this:
<html>
<body onload=somefunction....
or is it like this:
<html>
<body onload="somefunction....
or is it done some other way?
<html>
<body onload=somefunction....
or is it like this:
<html>
<body onload="somefunction....
or is it done some other way?


