niestety kod tenb nie działa
[xml:1:867e04c8f6]
<html>
<head>
</head>
<body style='margin-left: 0px; margin-top: 0px'>
<script type="text/javascript">
function okno(adres) {
obraz = new Image();
obraz.src = adres;
var szerokosc = obraz.width;
var wysokosc = obraz.height;
var okno = window.open("", "", "status=no, scrollbars=no, resizable=no,
toolbar=no, location=no, directories=no, menubar=no, scrolling=no, width=" +
szerokosc + ", height=" + wysokosc + "");
okno.document.write(" <html> <head> </head> <body
style='margin-left: 0px; margin-top: 0px'> <img src='" + adres + "'>
</body> </html> ");
}
</script>
Link:
Kod XML:
<a href="java script:okno('http://www.wp.pl/i/const/lwx.gif')">Otwórz okno</a>
</body>
</html>
[/xml:1:867e04c8f6]