View Full Version : Adding more than one Dynamic Script
sabarros
07-26-2002, 04:57 PM
I can run my DHTML Scroller script fine but just two days ago I wanted to add a DHTML Script that shows fall leaves falling on the page, when I activated it My DHTML SCROLL vanished on the page I removed the command of fall from "window.onload="
Left the window.onload=scroll active.
saved the changes and my DHTML Scroll was back.
Is there a simple way to allow for more than one DHTML Script to run on a site:confused:
boxer_1
07-26-2002, 05:07 PM
Here's a good tutorial on adding multiple scripts to a page you may want to have a look at ;).
http://www.javascriptkit.com/javatutors/multiplejava.shtml
boxer_1
07-26-2002, 05:21 PM
Whoops :o ! Sorry, I meant to move this thread to the Javascript programming forum, but accidentally moved it here (clicked on the wrong selection). Again, sorry about the mistake.
sabarros
07-26-2002, 05:59 PM
Thank You:thumbsup:
Hmm, putting this in JS Programming.
sabarros
07-26-2002, 06:18 PM
Ditto on the Job!:D
sabarros
07-26-2002, 07:11 PM
Fixed the problem of two window.onload but now
I want to add the window.onscroll
But it doesn't show up.
tried several things including this:
<body onload="runmikescroll() ;fall() ;staticize()">
but it is certain I am doing something wrong.
tried adding this as well
<body onscroll="staticize ;()">
:confused:
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.