Perspective Web

 

Accueil
Code de Sortie
Popup Frames
Popunder Sortie
B Rotatation
Pop Rotatation
Parlez en
Generat M.Tags
Generat Popups

Creation Bannieres

Outils Webmaster

 

 

Bannière en rotation

Selectionnez tout (ctrl 'A') le texte du script dans la case de texte ci-dessous et copiez le dans votre tableau (ctrl 'C')

Ouvrez une page web où vous voulez que votre bannière rotative apparaisse, avec un programme tel que Wordpad ou Notepad et collez le texte au-dessus (ctrl 'V') à la la place où vous voulez que vos bannières apparaissent.

Mettre le texte en ROUGE seulement pour faire ressortir vos informations.

 

<SCRIPT LANGUAGE="JavaScript">


<!-- BANNER ROTATOR

var how_many_ads = 3
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


//**************************** AD NUMBER ONE ****************

if (ad==1){


url="http://www.youradvertiser.com";

alt="Advertiser Number One";

banner="http://www.yourdomain.com/images/banner1.gif";

width="468";
height="60";
}

//**************************** AD NUMBER TWO ****************


if (ad==2) {


url="http://www.youradvertiser.com";

alt="Advertiser Number One";

banner="http://www.yourdomain.com/images/banner2.gif";

width="468";
height="60";
}


//**************************** AD NUMBER ONE ****************

if (ad==3) {


url="http://www.youradvertiser.com";

alt="Advertiser Number One";

banner="http://www.yourdomain.com/images/banner3.gif";

width="468";
height="60";
}


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>');
-->
</SCRIPT>


Après avoir mis le script dans les codes <body de votre page où vous voulez que vos bannières apparaissent vous êtes prêt pour télécharger vos pages!