![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
01/02/2002, 08:17
|
| | Fecha de Ingreso: agosto-2001
Mensajes: 399
Antigüedad: 23 años, 6 meses Puntos: 0 | |
Re: Pop-Ups y si pruebas con esto?
<head>
<script language="JavaScript">
function cerrar()
{
submit()
self.close("pop_usr.asp")
}
</script>
</head>
<body>
<form method="post" action="login.asp" name="form1">
<input type="button" name="btn_ok" value="Aceptar" onclick="cerrar()">
</body>
o algo por el estilo ;) |