Prøv evnt. denne
indsettes i head:
<script language="JavaScript">
function picture(picgoal,picname) {
PicWin=window.open("",picname,'status=0,scrollbars=0,resizable=0,width=100,height=100,screenX=50,screenY=50,top=50,left=50');
PicWin.document.open();
PicWin.document.writeln('<html>');
PicWin.document.writeln('<head>');
PicWin.document.writeln('<title>Picture in a window</title>');
PicWin.document.writeln('</head>');
PicWin.document.writeln('<body background="'+picgoal+'">');
PicWin.document.writeln('</body>');
PicWin.document.writeln('</html>');
PicWin.document.close();
}
</script>
dette er linket:
<A HREF="
http://www.tekst.dk/billed.gif" onClick="picture(this,'picturewindow'); return false">klik her</A>