in reply to Emulate CGI "server push" to show real time status of CGI script for all browsers

Use an IFRAME in the page that points to a status.cgi script with a <meta http-equiv="refresh" content="2; URL=..."> tag. This way you don't push, all browsers support IFRAMEs now (I think), and you don't have to refresh the whole page with each GET.
  • Comment on Re: Emulate CGI "server push" to show real time status of CGI script for all browsers

Replies are listed 'Best First'.
Re: Re: Emulate CGI "server push" to show real time status of CGI script for all browsers
by Anonymous Monk on Oct 02, 2003 at 17:42 UTC
    He apparently didn't read the whole thread :)