Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/12/2004, 08:49
Avatar de Chuty
Chuty
 
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