ok here is the java script copy it from the html tag to the end html tag and save it as a txt file re place all the urls for your banners and then re name the txt file to html and open on your computer it should show your banners and change every time you refresh. the banners can be any size you want to use or mixed sizes just make sure you put the proper size for the proper banner, and they can be any format you want gif, jpg, png, tif, bmp, this script just shows what it is told it does not discriminate between formats.
edit in ..
I have gone through the code and made all the words you need to change and all the numbers you need to change larger then normal. and made them Red in color.
so if you copy the code from here and paste it in to a html page.
you might get the code from this fourm that tells the words what size and color i made them. you will have to take that out as well.
if you just copy it and paste it into notepad as a plain text note. you will not get the size and color code for this fourm. at least i did not.
edit done.
<html><head><title></title></head>
<!-- ONE STEP TO INSTALL BANNER ADS:
1. Add the code to any location or multiple times, in the BODY of your HTML document -->
<BODY>
<script LANGUAGE="JavaScript">
<!-- Begin
var how_many_ads =
take these words out and put the number of banners here only the number as in 10 ;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="
put the text to show up under the banner here. ";
url="
put your urls the banner is to link to here ";
alt="
put the text to show up in the image square beside the red x here ";
banner="
put the banners url here, if you have them in the same directory on the web as this page then just put the name of the banner file here ";
width="468";
height="60";
}
if (ad==2) {
txt="";
url="
http://www.angelfire.lycos.com/tx5/rovi ... eting.html ";
alt="";
banner="
.gif ";
width="468";
height="60";
}
if (ad==3) {
txt="";
url="
http://www..com ";
alt="";
banner=" ";
width="468";
height="60";
}
if (ad==4) {
txt="";
url="
http://www.angelfire.lycos.com/hi5/lightbee/index.html ";
alt="";
banner="";
width="468";
height="60";
}
if (ad==5) {
txt="";
url="";
alt="";
banner="";
width="468";
height="60";
}
if (ad==6) {
txt="";
url="";
alt="";
banner="";
width="468";
height="60";
}
if (ad==7) {
txt="";
url="";
alt="";
banner="";
width="468";
height="60";
}
if (ad==8) {
txt="";
url="";
alt="";
banner="";
width="468";
height="60";
}
if (ad==9) {
txt="";
url="";
alt="";
banner="";
width="468";
height="60";
}
if (ad==10) {
txt="";
url="";
alt="";
banner="";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href="' + url + '" target="_top">');
document.write('<img src="' + banner + '" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt="' + alt + '" border=0>
');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
</SCRIPT>
</body></html>
Archived topic from Iceteks, old topic ID:268, old post ID:1401