FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Random Links

 


mtorregiani
Hi, I would like to ask if someone can help me with a script of random banner (you know, you refresh the page and it appears other banner)

If you know where to find it or you can make it, send me a PM

Thanks
LukeakaDanish
Code:


<script language="javascript" type="text/javascript">

pics = new Array();//put your pics in this array;
links = new Array();//put your links in this array;

random = Math.floor(Math.random() * pics.length);
document.write('<a href="' + links[random] + '"><img src="' + pics[random] + '"></a>');

</script>



Include this where you want the image and modify it to suit your needs!
mtorregiani
Thanks a lot man!!!

I will use that on my site, Thanks
LukeakaDanish
Pleased to help Smile

If you need any help with using it feel free to ask

Luke
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.