Hi,
Does anyone have the problem on IE 5.5 when the server code returns status code 204?.
Here is what I put in servlet code.
...
.
response.setContentType("text/html"
response.setStatus(204);
Is this correct?
...IE5.5 seems to keep loading the page that return status code 204.
Thanks,
Does anyone have the problem on IE 5.5 when the server code returns status code 204?.
Here is what I put in servlet code.
...
.
response.setContentType("text/html"
response.setStatus(204);
Is this correct?
...IE5.5 seems to keep loading the page that return status code 204.
Thanks,