1 Banner Jumble Sun Jun 03, 2012 1:35 pm
Reckling
How to make Banner Jumble Ads, just like in advertising forum?
var theImages = new Array()
//Random-loading images
theImages[0] = 'IMAGE URL 1'
theImages[1] = 'IMAGE URL 2'
theImages[2] = 'IMAGE URL 3'
theImages[3] = 'IMAGE URL 4'
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 ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==1){
document.write('<a href ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==2){
document.write('<a href ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==3){
document.write('<a href ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==4){
document.write('<a href ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
}
<script>showImage();</script>
<table width="100%">
<tr><!-- Row 1 -->
<td align="center"><a href="http://creativedesignz.forumid.net/"title ="Creative Designz"><img src="http://i43.servimg.com/u/f43/14/73/41/62/affili10.png"border = none</a></td><!-- Col 1 -->
<td align="center"><a href="http://creativedesignz.forumid.net/"title ="Creative Designz"><img src="http://i43.servimg.com/u/f43/14/73/41/62/affili10.png"border = none</a></td><!-- Col 2 -->
<td align="center"><a href="http://creativedesignz.forumid.net/"title ="Creative Designz"><img src="http://i43.servimg.com/u/f43/14/73/41/62/affili10.png"border = none</a></td><!-- Col 3 -->
<td align="center"><a href="http://creativedesignz.forumid.net/"title ="Creative Designz"><img src="http://i43.servimg.com/u/f43/14/73/41/62/affili10.png"border = none</a></td><!-- Col 4 -->
</tr>
<tr><!-- Row 2 -->
<td align="center">Description</td><!-- Col 1 -->
<td align="center">Description</td><!-- Col 2 -->
<td align="center">Description</td><!-- Col 3 -->
<td align="center">Description</td><!-- Col 4 -->
</tr>
</table>
Permissions in this forum:
You cannot reply to topics in this forum