banner jumble code?
4 posters
Page 1 of 1
banner jumble code?
I'm gonna edit the template of my bakugan website so that it randomly switches between to banners... could someone please add the 2 banners in the code?
banners link to: http://bakuganinterspace.darkbb.com/forum.htm
and here are the banners:
banners link to: http://bakuganinterspace.darkbb.com/forum.htm
and here are the banners:
- Code:
http://i36.servimg.com/u/f36/14/66/51/56/logooo10.png
- Code:
http://i36.servimg.com/u/f36/14/66/51/56/logooo11.png
Pikapal- The Pikachu Master
-
3588
959
19
2010-01-30
28
not here
Re: banner jumble code?
I need the code used here to be honest =/ but with the images i posted
Pikapal- The Pikachu Master
-
3588
959
19
2010-01-30
28
not here
Re: banner jumble code?
Frosverup, here you go.
- Code:
<b>Banner Jumble</b><div style="margin:auto;text-align:center;width:100%"><SCRIPT LANGUAGE="JavaScript">
var theImages = new Array()
//Random-loading images
theImages[0] = 'http://i36.servimg.com/u/f36/14/66/51/56/logooo10.png'
theImages[1] = 'http://i36.servimg.com/u/f36/14/66/51/56/logooo11.png'
var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
if(whichImage==0){
document.write('<a href ="http://bakuganinterspace.darkbb.com/forum.htm"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==1){
document.write('<a href ="http://bakuganinterspace.darkbb.com/forum.htmm"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
}
</script>
<script>showImage();</script></div>
Joel- Founder
-
11220
15338
73
2009-12-16
27
Singapore
Re: banner jumble code?
awesome! thanks. it worked right
took some testing and I had to change a few more codes then I planned but it all worked out ^.^
took some testing and I had to change a few more codes then I planned but it all worked out ^.^
Pikapal- The Pikachu Master
-
3588
959
19
2010-01-30
28
not here
Similar topics
» Requesting Banner for Banner Jumble
» Banner for banner jumble and affiliate.
» Banner jumble?
» AI Banner Jumble
» New Banner Jumble!
» Banner for banner jumble and affiliate.
» Banner jumble?
» AI Banner Jumble
» New Banner Jumble!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum