Código HTML:
<script language="javascript"> function AbrirVent() { vent=open("","Puesta de sol"."toolbar=no,location=no, directories=no,status=no,menubar=no, scrollbars=no,resizable=no, widht=165,height=240"); vent.document.write("<head><title> Un conejo en la ventana</title></head>"); vent.document.write('<body><img src="Puestadesol.jpg" widht="148" height="223"></body>'); } </script> </head> <body bgcolor="·ffffff" onLoad="AbrirVent()">