![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/12/2004, 08:49
|
![Avatar de Chuty](http://static.forosdelweb.com/customavatars/avatar25958_1.gif) | | | Fecha de Ingreso: noviembre-2002 Ubicación: el bar de la esquina
Mensajes: 609
Antigüedad: 22 años, 3 meses Puntos: 2 | |
Javier, perdon aca te mando otro codigo este si funciona
[PHP<html>
<head>
<script language="JavaScript">
function cerrar() {
var ventana = window.self;
ventana.opener = window.self;
ventana.close();
}
</script>
</head>
<body>
<input type="button" value=" Cancelar " onclick="cerrar()">
</body>
</html>
[/PHP]
este si funciona jajaja
saludos |