PDA

View Full Version : [Script Needed] Rotate between banners


AllenH
07-02-2008, 06:39 PM
Ok, I did perform a search before asking.

What I'm looking for is a script that will rotate randomly between the number of banners I set, I only found stuff that do this with IMAGES only, but not with LINKED images.

See - what I need is a script that will rotate between LINKED images.

Thanks!

gnomeontherun
07-02-2008, 06:42 PM
What language for what purpose? There are several ways to do it, but without knowing what your goal is I wouldn't know which to suggest.

PHP: http://www.alistapart.com/articles/betterrotator/
Javascript: http://www.javascriptkit.com/script/cut144.shtml

AllenH
07-02-2008, 07:26 PM
what language? don't have a clue..lol

what purpose? link to partner sites, what do you recommend?

gnomeontherun
07-02-2008, 07:58 PM
I prefer to use PHP when possible, because JavaScript is not always supported on the client side. I would think the PHP script I linked to would be a good place to start.