Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/01/2008, 17:56
JAZCORP
 
Fecha de Ingreso: febrero-2007
Mensajes: 9
Antigüedad: 18 años, 2 meses
Puntos: 0
Re: Problemas con IF y EOF

intenta colocando then despues de la setencia if donde te da el error y ademas el fin de la setencia end if
ejm:
IF RS.EOF THEN
Response.Redirect ("http://www.alrincon.com")
ELSE IF (RS.Fields("password") == "password_form_string")
Response.Redirect ("http://www.alternate.es")
ELSE
Response.Redirect ("http://www.alrincon.com")
END IF
RS.Close
cn.Close