Response object error 'ASP 0156 : 80004005'
Header Error
/site/foler/view.asp, line 205
Line 205:
if InStr (views("reservedby"
,response.cookies ("firstname"
) then
response.write "<a href=""editrecords.asp?id=" & views("id"
& """>Edit Record</a>"""
else
response.write ""
end if
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
It was working a minute ago but now it's not.
Header Error
/site/foler/view.asp, line 205
Line 205:
if InStr (views("reservedby"
response.write "<a href=""editrecords.asp?id=" & views("id"
else
response.write ""
end if
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
It was working a minute ago but now it's not.
[tt]
"The only ideas that will work for you are the ones you put to work."
[/tt]
"The only ideas that will work for you are the ones you put to work."
[/tt]


