PDA

View Full Version : Help.., How do you load multiple onload scripts...


tsbarnes
01-06-2003, 06:07 PM
Hey everyone,

I need help loading multiple scripts on the same page through the body onload tag.

Exaomple;

<body onload="Example1()" "Example2()">

How do I get both these scripts to load?

Thanks in advance,

tsbarnes

Philip M
01-06-2003, 06:41 PM
<body onload="Example1(); Example2()">

tsbarnes
01-06-2003, 07:20 PM
Thanks a bunch!

bethmrogers
02-01-2003, 03:20 AM
I'm sorry to be so dense - I've got two scripts running on the pages of this website (http://luverne1staog.org ) one is the menu script and one is with the sitemeter counter. The menu is not showing on the pages but the counter is - I've tried checking to make sure I don't have any typos and I can't see any, but I"m not very knowledgeable about javascript.
Anyway, could someone please check this page and tell me what I'm doing wrong, or how I need to change one of the scripts?
Thanks a million!

bethmrogers
02-01-2003, 11:25 AM
Guys, I figured it out - thanks anyway.....