code javascript pas interprété par internet explorer
Bonjour à tous, savez vous pourquoi ce code n'est pas interprété par ie :
Code:
1 2
|
<p><img src="com/photos/photos/photo.jpg" width="200" height="200" title="<?php echo $photo['title']; ?>" onclick="window.open('com/photos/popup.php?photo=15', 'photos ', config='height=500, width=500, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no')" /></p> |
La popup s'affiche bien sur FF mais pas sur IE :(
Merci par avance