Davjack Asta la vista miam miam !!! | 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 :
- <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 :
- function popupImage(img_nom, img_path, width, height) {
- var url="image.php?img_nom="+img_nom+"&img_path="+img_path+"";
- var txt="resizable=1,location=0,scrollbars=1,width="+width+",height="+height+"";
- window.open(url, img_nom, txt);
- }
|
Vous avez une idée de ce que ça peut être ? ---------------
Asta la vista miam miam !!!
|