Banner Rotator
Banner Rotator
Banner Rotator |
Select all (ctrl ‘A’) the text script INSIDE of this text box directly below and copy it to your clipboard (ctrl ‘C’) |
Open a your webpage that you want your rotating banners to appear on, in a program such as Wordpad or Notepad and paste the above text (ctrl ‘V’) in the location that you want your banners to appear.
Edit the RED text only to reflect your information.
<SCRIPT LANGUAGE=”JavaScript”>
var how_many_ads = 3
if (ad==1){
alt=”Advertiser Number One“; banner=”http://www.yourdomain.com/images/banner1.gif“; width=”468“; //**************************** AD NUMBER TWO ****************
alt=”Advertiser Number One“; banner=”http://www.yourdomain.com/images/banner2.gif“; width=”468“;
if (ad==3) {
alt=”Advertiser Number One“; banner=”http://www.yourdomain.com/images/banner3.gif“; width=”468“;
|
|
After you have embedded the script into your page within the <body tags, where you want your banners to appear you are ready to upload your pages!
Enjoy! |