I'm looking at create a site that will require people to put code on there site where it will show images and banner links, would it be possible to use a javascript like the one on this thread, and then put MySQL into it to get the links and images???
[LEFT][COLOR=#000000][FONT=Arial]<SCRIPT LANGUAGE="JavaScript">[/FONT][/COLOR][COLOR=#000000][FONT=Arial]<!-- BANNER ROTATOR[/FONT][/COLOR][COLOR=#000000][FONT=Arial]var how_many_ads = 3
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;[/FONT][/COLOR][COLOR=#000000][FONT=Arial]//***************** AD NUMBER ONE ****************[/FONT][/COLOR][COLOR=#000000][FONT=Arial]if (ad==1){[/FONT][/COLOR][COLOR=#000000][FONT=Arial]url="[COLOR=#FF0000][B]http://www.youradvertiser.com[/B][/COLOR]";[/FONT][/COLOR][COLOR=#000000][FONT=Arial]alt="[COLOR=#FF0000][B]Advertiser Number One[/B][/COLOR]";[/FONT][/COLOR][COLOR=#000000][FONT=Arial]banner="[COLOR=#FF0000][B]http://www.yourdomain.com/images/banner1.gif[/B][/COLOR]";[/FONT][/COLOR][COLOR=#000000][FONT=Arial]width="[COLOR=#FF0000][B]468[/B][/COLOR]";
height="[COLOR=#FF0000][B]60[/B][/COLOR]";
}[/FONT][/COLOR][COLOR=#000000][FONT=Arial]//***************** AD NUMBER TWO ****************[/FONT][/COLOR][COLOR=#000000][FONT=Arial]if (ad==2){[/FONT][/COLOR][COLOR=#000000][FONT=Arial]url="[COLOR=#FF0000][B]http://www.youradvertiser.com[/B][/COLOR]";[/FONT][/COLOR][COLOR=#000000][FONT=Arial]alt="[COLOR=#FF0000][B]Advertiser Number Two[/B][/COLOR]";[/FONT][/COLOR][COLOR=#000000][FONT=Arial]banner="[COLOR=#FF0000][B]http://www.yourdomain.com/images/banner2.gif[/B][/COLOR]";[/FONT][/COLOR][COLOR=#000000][FONT=Arial]width="[COLOR=#FF0000][B]468[/B][/COLOR]";
height="[COLOR=#FF0000][B]60[/B][/COLOR]";
}[/FONT][/COLOR][COLOR=#000000][FONT=Arial]//***************** AD NUMBER THREE ****************[/FONT][/COLOR][COLOR=#000000][FONT=Arial]if (ad==3){[/FONT][/COLOR][COLOR=#000000][FONT=Arial]url="[COLOR=#FF0000][B]http://www.youradvertiser.com[/B][/COLOR]";[/FONT][/COLOR][COLOR=#000000][FONT=Arial]alt="[COLOR=#FF0000][B]Advertiser Number Three[/B][/COLOR]";[/FONT][/COLOR][COLOR=#000000][FONT=Arial]banner="[COLOR=#FF0000][B]http://www.yourdomain.com/images/banner3.gif[/B][/COLOR]";[/FONT][/COLOR][COLOR=#000000][FONT=Arial]width="[COLOR=#FF0000][B]468[/B][/COLOR]";
height="[COLOR=#FF0000][B]60[/B][/COLOR]";
}[/FONT][/COLOR][COLOR=#000000][FONT=Arial]document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
-->
[/FONT][/COLOR][COLOR=#000000][FONT=Arial]</SCRIPT>[/FONT][/COLOR][/LEFT]
thnx


Sign In
Create Account


Back to top









