24/11/2003, 10:17
|
| | Fecha de Ingreso: agosto-2002
Mensajes: 3
Antigüedad: 22 años, 3 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> |