Problème avec unJavaScript qui marche pas !.... Help please ....

Problème avec unJavaScript qui marche pas !.... Help please .... - Programmation

Marsh Posté le 04-07-2001 à 21:58:26    

Voila, j'ai écrit un script dans un fichier url.js et le texte est le suivant:  
 
URL = new Array;  
ImageURL = new Array;  
Commentaire = new Array;  
 
URL[0] = "http://www.ifrance.com/24h-tamiya-2001";  
ImageURL[0] = "htpp://www.ifrance.com/24h-tamiya-2001/images/Arc_inter.jpg";  
Commentaire[0] = "Visitez le site officiel des 24 heures Tamiya 2001 !";  
 
URL[1] = "http://www.multimania.com/aimrc";  
ImageURL[1] = "http://www.multimania.com/aimrc/images/auto.gif";  
Commentaire[1] = "Visitez le site officiel AIMRC!";  
 
 
Function affichpub()  
{  
numimage = Math.round(Math.random()*(URL.length-1));  
document.write ('<A HREF="'+URL[numimage]+'" target="_blank"><IMG SCR="'+ImageURL[numimage]+'"><BR>"'+Commentaire[numimage]+'</A>');  
setTimeout("AffichPub()",60000);  
}  
 
affichpub();  
 
et je tente d'éxécuter le script sur une page HTML par la commande suivante:  
 
<html>  
<head>  
</head>  
<body>  
<SCRIPT language="JavaScript" SCR="http://URL_DE_L'EMPLACEMENT_DU_SCRIPT/url.jsp"></SCRIPT>  
</body>  
</html>  
Quelqu'un peut me dire pourquoi ca ne marche pas ?  
D'autant plus que j'ai recopié mot pour mot un paragraphe lu dans un bouquin !  
 
Merci d'avance !  
 
 :hot:  :hot:  :hot:  :hot:  :hot:  :hot:  :hot:  :hot:  :hot:  :hot:  :hot:  :hot:  :hot:

Reply

Marsh Posté le 04-07-2001 à 21:58:26   

Reply

Marsh Posté le 04-07-2001 à 22:57:11    

a tout hazard, il ne faut pas mettre \" au lieu de " dans document.write() ?


---------------
oui oui
Reply

Sujets relatifs:

Leave a Replay

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