View Full Version : Please help...Memory scroller & Conveyor belt script not working 2gether
Hades
09-05-2005, 04:11 AM
Memory scroller & Conveyor belt script both from DD will not move when both are on the same page. I tried to take out the onloads and put a<body onload> tag (with both loads seperated by ; with no luck. any help would be greatly appreciated.
jscheuer1
09-05-2005, 04:21 AM
This:
<Body onload="populatescroller();fillup()"belongs as the actual body tag of the html page, not in the script. And it should look like this:
<body onload="populatescroller();fillup()">You should already have a body tag on your page. It may already have other things in it like (for example):
<body bgcolor="#3300cc" text="#ffff00">If so, just add to it:
<body bgcolor="#3300cc" text="#ffff00" onload="populatescroller();fillup()">Only one <body> tag per page allowed.
Hades
09-05-2005, 04:39 AM
I am pretty new at Javascript and would appreciate any other suggestions. I did follow your ex but still no movment. Sorry for the trouble.
jscheuer1
09-05-2005, 07:24 AM
pokijuhyfg
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.