caterpillarsg
12-31-2002, 01:21 AM
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)">
<BODY onLoad="start()">
<BODY onLoad="scrollit(100)">
do i do this? <BODY onLoad="start()" onLoad="scrollit(100)">