22/07/2002, 06:09
|
| | Fecha de Ingreso: julio-2002
Mensajes: 40
Antigüedad: 22 años, 5 meses Puntos: 0 | |
Re: Refrescar ventana En la dichosa pagina tengo al principio un código en asp que me introduce los datos del formulario en la bd y luego tengo lo siguiente:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Datos introducidos</title>
<SCRIPT LANGUAGE="JavaScript">
function cierrabien()
{
window.opener.reload();
window.close();
}
</SCRIPT>
</head>
<body bgcolor="#000000" text="#ff6600" link="ffffff" vlink="#ff6600" alink="#ff6600">
<center>
<p><img src="../entrada/cabecera.jpg" width="585" height="94" align="top"><br>
<p align="center">Los datos han sido introducidos correctamente.
<a href="javascript:cierrabien();">Regre sar
</a></p>
<img src="../entrada/pie.jpg" width="444" height="63">
</center>
</body>
</html>
¿qué falla? :( |