/ Published in: JavaScript
Expand |
Embed | Plain Text
function kompassImage(imgsrc){ var pop; pop= window.open(imgsrc,'_blank','width=1969,height=1000,status=yes,scrollbars=yes,resizable=yes'); pop.focus(); with (kompass.document){ writeln('<html><head><title></title>'); writeln('</head><body><a href="javascript:close();" style="display:block;">'); writeln('<img src='+imgsrc+' style="display:block; border:none;"></a></body></html>'); close();}};
You need to login to post a comment.
