I'm running a small Perl script that deletes an image and returns nothing.
print "Status: 204 No content\n\n";
It works with Navigator 4.06, 4.79 and Explorer 5.00 but has problems with Explorer 5.50 where it appears that IE 5.50 is waiting for a response that it never receives (the globe keeps rotating)
I read somewhere that there is a bug in IE 5.50. Is anyone aware of this and is there any work around?.
Bookmarks