I was reading through old posts and found this
[QUOTE=zeropsi;46984]You could try this:
Javascript:
but i dont quite know where to put in different numbers and filenames. im trying to get it, as the topic suggests, to change banners randomly as you navigate my forums (forums in question http://z10.invisionfree.com/Jahs_vis...ex.php?act=idx )Code:function banner() { banner = array(); number = 0; // bannerArray banner[number++] = ""; //banner_info banner[number++] = ""; //banner_info increment = Math.floor(Math.random() * number); document.getElementById('banners').innerHTML = banner[increment]; }
is this the best way to go about it? or is there a better way?



Reply With Quote
Bookmarks