Agrandir une image
will
-
samourai17 Messages postés 6 Statut Membre -
samourai17 Messages postés 6 Statut Membre -
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
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:
- Agrandir une image
- Agrandir une image - Guide
- Légender une image - Guide
- Image iso - Guide
- Raccourci agrandir fenetre - Guide
- Reduire taille image - Guide