Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/06/2003, 11:58
Avatar de expovic
expovic
 
Fecha de Ingreso: junio-2002
Ubicación: spain
Mensajes: 321
Antigüedad: 21 años, 11 meses
Puntos: 0
Debes poner las siguiente instrucciones entre el final del head y el body.

</head>
<script language="Javascript">
window.open("tu_pagina.html", "_blank", "fullscreen");
</script>
<body>
Suerte.