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 %>



