Agrandir une image

Fermé
will - 7 juil. 2005 à 17:20
samourai17 Messages postés 6 Date d'inscription jeudi 7 juillet 2005 Statut Membre Dernière intervention 7 juillet 2005 - 7 juil. 2005 à 18:14
function ImageMax(chemin) {
html='<html> <head> <title>Titre</title> </head> <body bgcolor=white><IMG src="'+chemin+'" BORDER=0 NAME=ImageMax onLoad="window.resizeTo(document.ImageMax.width+40, document.ImageMax.height+60)"></body></html>';
popupImage = window.open(''+self.location,'mywin','left=20,top=20,width=500,height=500,toolbar=1,resizable=0')
popupImage.document.open();
popupImage.document.write(html);
popupImage.document.close()
}

<a href="<?=$wwwroot?>/test.php#" ><img src="image.gif" width="60" height="60" class="image" alt="Cliquer pour agrandir" border="0" onclick="ImageMax('image.gif');"></a>


pourqoui n'affiche pas une image agrandi
merci
A voir également:

1 réponse

samourai17 Messages postés 6 Date d'inscription jeudi 7 juillet 2005 Statut Membre Dernière intervention 7 juillet 2005
7 juil. 2005 à 18:14
(''+self.location,'mywin','left=20,top=20,width=500,height=500,toolbar=1,resizable=0')

(''+self.location,'mywin','left=20,top=20,width=500,height=500,toolbar=1,resizable=0")
serai mieux je pense
0