Click to See Complete Forum and Search --> : Scrollers


stormrevolution
08-19-2003, 07:22 AM
Hi all

I've got a website (pretty massive site), i have a scroller on the main page, but i want scrollers on everypage of the site HOWEVER...i want them to all have the same info, and as i would be updating them every day, just wondering is there anyway to have a scroller that i can change from one location instead of going round every page of the website to update each one.

Cheers all.

pyro
08-19-2003, 07:30 AM
I'm assuming it is probably reliant on JavaScript anyway, so you could just pull the data from an external .js file.

stormrevolution
08-19-2003, 11:42 AM
How would i do this? cheers for your help.

pyro
08-19-2003, 11:49 AM
<script type="text/javascript" src="yourfile.js"></script> where yourfile.js is the external .js file.