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.
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.
Last edited by Hades; 09-05-2005 at 05:23 AM.
This:
belongs as the actual body tag of the html page, not in the script. And it should look like this:Code:<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):HTML Code:<body onload="populatescroller();fillup()">
If so, just add to it:HTML Code:<body bgcolor="#3300cc" text="#ffff00">
Only one <body> tag per page allowed.HTML Code:<body bgcolor="#3300cc" text="#ffff00" onload="populatescroller();fillup()">
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
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.
Last edited by Hades; 09-05-2005 at 05:22 AM.
PLEASE: Include the URL to your problematic webpage that you want help with.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks