The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Random Banner / banner rotation

2 posters

Go down

rotating banners / random banners , yes or no

Random Banner / banner rotation Left110%Random Banner / banner rotation Right11 0% 
[ 0 ]
Random Banner / banner rotation Left110%Random Banner / banner rotation Right11 0% 
[ 0 ]
 
Total Votes : 0
 
 
Poll closed

Random Banner / banner rotation Empty Random Banner / banner rotation

Post by Jalokim December 13th 2007, 6:03 pm

I'm asking for it once again.
Upload , or give links to 5 or so banner images and they get randomly generated and rotated. a new banner every time you refresh.
I have a script that works with normal images on normal html page but via script generator it doesn't work

heres the script:
Code:
<script language="JavaScript"><!--

//Javascript Created by Anime7 http://anime7.org

//store the quotations in arrays

images = new Array(5);

images[0] = "<a href = 'url of site or link'><img src='url of image'></a>";

images[1] = "<a href = 'url of site or link'><img src='url of image'></a>";

images[2] = "<a href = 'url of site or link'><img src='url of image'></a>";

images[3] = "<a href = 'url of site or link'><img src='url of image'></a>";

images[4] = "<a href = 'url of site or link'><img src='url of image'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

// --></script>
this code works cos i use it in my html pages

I think that a rotating banner every time your refresh is great, especially for forums with artist... on my site i host banner contests and winners would love to see their works when they open my site. manual rotating is a hassle, and it doesn't change it when you refresh

vote guys
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Random Banner / banner rotation Empty Re: Random Banner / banner rotation

Post by Caihlem December 13th 2007, 6:09 pm

You've already proposed this, bump it instead of posting it again Wink

=> Lock
Caihlem
Caihlem
Energetic

Male Posts : 8969
Reputation : 342
Language : English, French & Female
Location : You can't fly like the phenix

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum