Ver Mensaje Individual
  #6 (permalink)  
Antiguo 08/08/2003, 13:22
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 6 meses
Puntos: 381
Mira, no puedes hacer un redirect cuando yá se ha abierto el html.

Debes ponerlo antes del tag <html> si se ha de redireccionar.

Y la sintaxis correcta sería esta

<%if Rs.RecordCount=1 then
Response.Redirect "detalle.asp?num=" & rs("n_e")
end if%>

Pruebalo y dime qué tal