Ver Mensaje Individual
  #12 (permalink)  
Antiguo 05/12/2002, 02:50
jordan
 
Fecha de Ingreso: noviembre-2002
Mensajes: 249
Antigüedad: 22 años, 6 meses
Puntos: 0
OK, ya funciona, era que tenia las etiquetas

<html> </html>

El if del null, también lo he cambiado, queda así.

if RS.Fields ("inicio") <> "" then
Response.Redirect "http://www.imateu.com/usuarios/cro/" & RS.Fields("inicio")
else
Response.Redirect "http://www.imateu.com/usuarios/cro/pagi.htm"
end if



Gracias a todos por vuestra ayuda !!!!

Ahora me pongo a hacer otra cosa y así practicar.