Ver Mensaje Individual
  #10 (permalink)  
Antiguo 15/01/2005, 02:34
c4r105
 
Fecha de Ingreso: diciembre-2004
Mensajes: 30
Antigüedad: 19 años, 10 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>
<meta content="text/html; charset=windows-1252" http-equiv=Content-Type>
<title> Simulacion F11 Pagina Principal </title>
<!-- Inicio del script, Creado Por (¯`·._¦¤ÅMãNt£¤¦_.·´¯) [email protected] -->
<!-- Visita mi red http://mx.geocities.com/amante_sacerdote/ -->
<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