2021-09-12 22:40:30 +02:00

37 lines
1.7 KiB
HTML

<HTML><HEAD><TITLE>PhotoPreview</TITLE>
</HEAD>
<BODY oncontextmenu="FullScreen();return false" onselectstart="return false"
ondragstart="return false" text=#000000 bgColor=#FFFFFF leftMargin=0
topMargin=0>
<!-- bgColor=#0d5ab9 -->
<SCRIPT language=JavaScript>
<!--// Hidden to old browsers
var msg;
function FullScreen()
{
// msg = window.open(document.images['preview'].src,"displayWindow","toolbar=no,scrollbars=no,width="+(50+document.images['preview'].width) + ",height="+(50+document.images['preview'].height));
if ( msg )
msg.close();
msg =
window.open("","displayWindow","width=10,height=10,top=200,left=200,toolbar=no,scrollbars=no,menubar=no,status=no,location=no,resizable=no");
msg.document.writeln('<html><head><title>www.infdj.com</title></head><body>');
msg.document.writeln('<p align="center">');
msg.document.writeln('<img name="O" src="'+document.images['preview'].src+'" onLoad="window.resizeTo(document.images[\'O\'].width+50,document.images[\'0\'].height+70);">');
msg.document.writeln('</p></body></html>');
}
// -->
</SCRIPT>
<div ID="Preview" style="visibility: visible; position: relative; height: 100%;">
<table border="0" width="100%">
<tr>
<td align="center">
<A href="javascript:FullScreen()"><IMG id=ipreview height=150 src="../images/logoBIG.gif" width=113 align=middle border=0 name=preview onLoad="javascript:document.all.Preview.style.visibility = 'visible';document.all.Loading.style.visibility = 'hidden';"></A>
</td>
</tr>
</table>
</div>
<div ID="Loading" style="visibility: hidden; position: absolute; height: 100%;">
<IMG src="images/loading.gif" alt="Cargando...">
</div>
</BODY></HTML>