Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/11/2003, 10:17
fmariani
 
Fecha de Ingreso: agosto-2002
Mensajes: 3
Antigüedad: 21 años, 8 meses
Puntos: 0
Hola...

Para cerrar un full screen puedes hacer un boton con un enlace a un archivo close.html que tenga el siguiente codigo:


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Closewin</title>

<SCRIPT LANGUAGE="JavaScript">function closewin(){window.close(); }
</SCRIPT>
</head>
<body onload="closewin()">
</body>
</html>