<html> <head> <script type="text/javascript"> function ImageMax(chemin) { html = '<html> <head> <title>ImageMax</title> </head> <body onBlur="top.close()"> <IMG src="'+chemin+'" BORDER=0 NAME=ImageMax onLoad="window.resizeTo(document.ImageMax.width+10, document.ImageMax.height+30)"> </body></html>'; popupImage = window.open('','_blank','toolbar=0, location=0, directories=0, menuBar=0, scrollbars=0, resizable=1'); popupImage.document.open(); popupImage.document.write(html); popupImage.document.close() }; </script> </head> <a href="#" onclick="ImageMax('/logo/armuco_portail.jpg');"> <img src="/logo/armuco_portail.jpg"></a> <a href="#" onclick="ImageMax('/logo/armuco_portail.jpg');"> <img src="/logo/armuco_portail.jpg"></a> <a href="#" onclick="ImageMax('/logo/armuco_portail.jpg');"> <img src="/logo/armuco_portail.jpg"></a> </html> <html> <a target="_blank" href="test.html"><img src="http://www.armuco.ch/logo/armuco_portail.jpg" alt="essais" width="265" height="350" /></a> <a target="_blank" href="test.html"><img src="/logo/armuco_portail.jpg" alt="essais" width="265" height="450" /></a> </html>