Body Tag Help plz.

liunx

Guest
Ok here is the problem...<br />
In my body tag i have two onload commands i want to put in.<br />
I want to put in onload="init()" and onload="window.scrollBy(0,50)"<br />
<br />
is there a way to put both of these in the body tag and still have both work?<br />
Plz tell me...<!--content--><body onload="doThis(); doThat();"><br />
<br />
seperate entries with a semicolon ;<!--content-->
 
Back
Top