Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/03/2003, 18:07
rashid
 
Fecha de Ingreso: enero-2002
Ubicación: Perez Zeledon Costa Rica
Mensajes: 1.009
Antigüedad: 23 años, 3 meses
Puntos: 11
que es este error de cookies

Response object error 'ASP 0156 : 80004005'

Header Error

/real-estate/uptest.asp, line 34

The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.


me da este error y esa linea es:

If CINT(Request.Cookies("Counter"))=0 Then
Response.Cookies("Counter")=1
Else


pero anteriormente habia hecho:
If Request.Cookies("Counter")<2 Then
Response.Write("<a href=form.asp>Subir otra imagen</a><BR>")
End if

y no me dio error ahi, mas bien me escribe el response.write

Ahh. Estas son las dos primeras líneas:
<%Response.Buffer=TRUE%>
<% Server.ScriptTimeout = 1000 %>

Última edición por rashid; 10/03/2003 a las 18:29