Click to See Complete Forum and Search --> : Multiple Onload Scripts
javame16
10-17-2003, 04:07 PM
How and is it even possible to have more then one script for the ONLOAD?
I wanted to put a clock on a web page, and some other misc. stuff.
Thanks
BestZest
10-17-2003, 04:16 PM
<body onLoad="function1(); function2(); etc...">
should do the job.
BestZest
hunybee
02-09-2004, 11:44 AM
I saw this topic in the listings and I was wondering if someone might know why, when I changed the onload to the above it still didn't work, maybe I did something wrong:
I am designing graphics for clocks and would like to run the same script on the same page more than once to show working clocks. This is the script I use: I use the liveclock_lite here:
http://www.dynamicdrive.com/dynamicindex6/clock2.htm
My page is http://www.angelfire.com/magic/cw/designs/dollclock.html
if it is working, HA