1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Document sans titre</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center><script language="JavaScript">
var wI=0;
var wMonTableau = new Array("http://www.tf1.fr", "http://www.eurokiddies.com/ptp.php?id=79640", "http://www.yahoo.com", "http://www.free.fr", "http://bons-plans.1fr1.net/index.htm", "http://www.benefsnet.com/forum/index.php", "http://www.argentmania.com/forum/index.php?sid=60f3e302682d18624794545d8688e5bd" );
function MaFonction(){
if (wI == wMonTableau.length){ wI = 0; }
document.getElementById("IFRAME").src = wMonTableau[wI];
wI++
}
window.setInterval("MaFonction()", 2000);
</script>
<IFRAME id="IFRAME" src="http://www.google.com" width=1000 height=800 scrolling=no frameborder=0 ></IFRAME>
</body></center> |