<Body> onload Tag

admin

Administrator
Staff member
Anyone here noe how to properly combine 2 script together in a body tag? This are the following script that i want to combine.

<BODY onLoad="start()">
<BODY onLoad="scrollit(100)">

do i do this? <BODY onLoad="start()" onLoad="scrollit(100)">
 
Back
Top