
17/05/2006, 22:26
|
 | | | Fecha de Ingreso: septiembre-2003 Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 21 años, 6 meses Puntos: 59 | |
Código:
<html>
<head>
<title>Sin titulo</title>
<script language="JavaScript">
<!--
function cerrar() {
var ventana = window.self;
ventana.opener = window.self;
ventana.close();
}
-->
</script>
</head>
<body>
..................
<a href="#" onClick="cerrar()">[ CERRAR ]</a> /*Esto donde quieras poner el cierre*/
</body>
</html>
|