Quelle est l'erreur java script sur ma page ?

Quelle est l'erreur java script sur ma page ? - HTML/CSS - Programmation

Marsh Posté le 17-04-2005 à 20:14:00    

Bonjour,
 
J'ai un problèmes avec mon script http://www.davjack.com/test/galeri [...] mGal=sarai sous Internet explorer.
 
Quand on clique sur une image, il y a une erreur et sous Firefox, ça fonctionne bien.
 
Une des images à cliquer
 

Code :
  1. <a href="#" onclick="popupImage('Cartes_du_monde_CLJDR-v1__0__0__jpg', 'gal/Skro/', 660, 477);"><img src="gal/Skro/_thb_Cartes_du_monde_CLJDR-v1.0.0.jpg" width="100" height="69" alt="gal/Skro/_thb_Cartes_du_monde_CLJDR-v1.0.0.jpg" class="img-thumbnail" /></a>


 
 
 
Et ça, c'est mon script JS
 

Code :
  1. function popupImage(img_nom, img_path, width, height) {
  2. var url="image.php?img_nom="+img_nom+"&img_path="+img_path+"";
  3. var txt="resizable=1,location=0,scrollbars=1,width="+width+",height="+height+"";
  4. window.open(url, img_nom, txt);
  5. }


 
 
 
Vous avez une idée de ce que ça peut être ?


---------------
Asta la vista miam miam !!!
Reply

Marsh Posté le 17-04-2005 à 20:14:00   

Reply

Sujets relatifs:

Leave a Replay

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