Ver Mensaje Individual
  #21 (permalink)  
Antiguo 15/01/2005, 02:27
c4r105
 
Fecha de Ingreso: diciembre-2004
Mensajes: 30
Antigüedad: 19 años, 3 meses
Puntos: 0
simulacion f11 pagina principal

EN ESTE SCRIPT MEDIE LA FORMA PARA KE LA PAGINA PRINCIPAL SE EXPANDIERA A F11 , USTEDES LO PUEDEN MIRAR....

------------------------------------------------------------------------

<html>
<head>
<script language="JavaScript">

function abreSinNavegacion(){
open('enter.html', 'principal', 'channelmode,scrollbars');
cerrar();
}

function cerrar() {
var ventana = window.self;
ventana.opener = window.self;
ventana.close();
}

</script>
</head>
<body onload="abreSinNavegacion()">
</body>
</html>

-----------------------------------------------------------------------

SALUDOS DESDE MEXICO