Lien changeant suivant l'heure
Codes à insérer entre les balises <HEAD> et </HEAD> de votre document HTML
<script language="JavaScript"><!-- // Lien Minute // Copyright 2000 // E-mail: utilsfr@aol.com // URL: http://www.utilsfr.fr.fm var linkno = 8; var date = new Date(); var rd = date.getMinutes(); var ra = rd % linkno; var re = ++ra; var mo=0 frame="another" // Check to see if link number is // below one and fix it. if (re < 1) re=++re //Begin Links if (re == 1) { re = "http://www.nomade.fr/"; mo = "Nomade"; } if (re == 2) { re = "http://www.multimania.com/"; mo = "Multimania"; } if (re == 3) { re = "http://www.citeweb.net"; mo = "CiteWeb"; } if (re == 4) { re = "http://www.yahoo.fr"; mo = "Yahoo!" } if (re == 5) { re = "http://www.w3c.org"; mo = "W3C"; } if (re == 6) { re = "http://www.wanadoo.fr"; mo = "Wanadoo"; } if (re == 7) { re = "http://www.infoseek.com"; mo = "Infoseek"; } if (re == 8) { re = "http://www.altavista.digital.com"; mo = "Digital Altavista"; } var link="<A HREF="+re+" onMouseOver=\"window.status='"+mo+"'\">"+mo+" </A>"; document.write(link); // For more or less links do the following: // Change the '8' in the 'var links =' to // the number of links you want. // To change links, change the 're=' to the // URL you want to link to and the 'mo=' to // the name of it. // To add links, add 'if (re == linknumber) { // re = "URL to link to"; // mo = "Web Site Title"; // } // The "linknumber" cannot be higher than the // To remove links, delete everything from the // 'if (re == num)' to the '}'. // To change frame target, change the 'frame="_top"' // to the frame you want to target. // --> </script> Cliquez ici pour tout sélectionner
Une fois le code copier/coller modifier les liens des adresses de sites web que vous voulez ...