mêeuhhhhhhhh

mêeuhhhhhhhh - HTML/CSS - Programmation

Marsh Posté le 11-06-2002 à 11:58:49    

Ca marche pas:
Je me demande si c'est possible de faire comme j'ai fait à l'avant-avant dernière ligne
 
var i=0
 function Lance() {
 var TabSrc = Array ("img/img1.jpg","img/img2.jpg","img/img3.jpg","img/img4.jpg" );  
 var TabLink = Array ("www.google.fr","www.yahoo.fr","www.altavista.fr","www.perdu.fr" );
  if (i>=TabSrc.length)
  {i=0}
 
   setTimeout("Lance()",4000);
   document.write("<a href="+TabLink[i]+">"+document.images["image"].src=TabSrc[i]+"</a>" );
 i++;  
 }


---------------
C'est la porte ouverte à toutes les fenetres !!!!!
Reply

Marsh Posté le 11-06-2002 à 11:58:49   

Reply

Marsh Posté le 11-06-2002 à 11:59:48    

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed