TPVwin/exportador/tprods.htm
2021-09-12 22:19:30 +02:00

29 lines
1.5 KiB
HTML

<HTML><HEAD><TITLE>PhotoPreview</TITLE>
</HEAD>
<BODY oncontextmenu="FullScreen();return false" onselectstart="return false"
ondragstart="return false" text=#000000 bgColor=#0d5ab9 leftMargin=0
topMargin=0>
<SCRIPT language=JavaScript>
<!--// Hidden to old browsers
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));
msg = window.open("","displayWindow","toolbar=no,scrollbars=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: absolute; height: 100%;">
<IMG height=200 src="images/separador.gif"
width=1 align=middle><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>
</DIV>
<div ID="Loading" style="visibility: hidden; position: absolute; height: 100%;">
<IMG src="images/loading.gif" alt="Cargando...">
</div>
</BODY></HTML>