Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/07/2005, 11:12
orharo2003
 
Fecha de Ingreso: abril-2004
Ubicación: México D.F.
Mensajes: 1.724
Antigüedad: 21 años
Puntos: 4
Envia tu formulario a un target. Validas, y si todo está bien redireccionas la página que abrio al target. ejemplo:

<form action="log_in_servidor.asp" method=post target="popoup">

Enviamos...

window.open "sesion.asp?source=1","popoup","top=0,width=10,hei ght=10,left=800"
frm_onsubmit=true

Si validamos, redirecionamos, sino regresamos y podremos ponen en rojo algunos campos.

window.opener.location="index.asp?filter=0"