
18/07/2005, 17:04
|
 | | | Fecha de Ingreso: junio-2005
Mensajes: 155
Antigüedad: 19 años, 10 meses Puntos: 0 | |
JAJAJAJA SI TODOS LOS REGISTROS ME LOS ENVIA PERFECTAMENTE A LA BASE DE DATOS.
PERO ACABO DE VER ESTE ERROR
Response object error 'ASP 0156 : 80004005'
Header Error
/Marketing2/enviado.asp, line 337
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content
Y LA LINEA 337 ES ESTA >>>>>>Response.Redirect("index.html")
__________________________________________________ ______
RS.Update()
RS.Close
conn.Close
set conn = nothing
set conexion = nothing
Response.Redirect("index.html")
%> |