Re: [EMAIL PROTECTED] flushing packets in Apache 2.2

2006-07-13 Thread jsandlin
In <[EMAIL PROTECTED]>, on 07/13/06 at 03:15 PM, Arjun Datta <[EMAIL PROTECTED]> said: >The problem is that since apache waits for the entire request to come >through before passing on the page to the client, the "please wait" >message is never displayed. You might try setting the variabl

Re: [EMAIL PROTECTED] Content-type in cgi scripting

2006-07-13 Thread jsandlin
In <[EMAIL PROTECTED]>, on 07/13/06 at 09:34 AM, Nick Kew <[EMAIL PROTECTED]> said: >The answer is simple: MSIE doesn't even try to support plain text (just >as it declines to make any attempt to support XHTML). So just who do the Microsoft Corp Programmers calculate they are, anyway, ignorin

[EMAIL PROTECTED] Content-type in cgi scripting

2006-07-12 Thread jsandlin
I've been going slow^H^H^H^Hrapidly insane over this. I put the print statement for the Content-type at the beginning of the script, as text/plain - I didn't want any html control going on (like ignoring white space) - for the output of my perl script. I've been testing with mozilla and all was c