Si, disculpa
El de la zonaprivada seria asi:
Código:
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body onload="javascript:window.open('index.htm');">
Bienvenido a tu zona privada<br />
En breve se cargará tu página<br />
<div style="height: 100px; width: 300px; visibility:hidden"><iframe src ="index.htm"></iframe></div>
</body>
</html>
El de la página que abrirá:
Código:
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>Prueba de ventana</body>
</html>