
01/02/2005, 11:20
|
 | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 2 meses Puntos: 61 | |
Prueba con esto a ver... Código PHP:
<script language="javascript">
ancho=200;
alto=100;
x=(screen.width-ancho)/2;
y=(screen.height-alto)/2;
fuente="bold 10px/10px verdana";
mensaje="SUS DATOS HAN SIDO ENVIADOS CORRECTAMENTE";
var alerta=window.open("about:blank",alerta,"width="+ancho+",height="+alto+",top="+y+",left="+x);
alerta.document.write("<html><head><title>Informacion</title></head><body><table width='100% height='100%'><tr valign='middle'><td align='center' style='font:"+fuente+";'>");
alerta.document.write(mensaje);
alerta.document.write("</td></tr></table></body></html>");
location.href="adondesea.php?iden=<? echo" $id ";?>";
</script>
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.
Última edición por KarlanKas; 01/02/2005 a las 11:23 |