Re: Please wait Handler

2003-02-17 Thread Martin Moss
Subject: Re: Please wait Handler Perrin == Perrin Harkins [EMAIL PROTECTED] writes: Perrin Andrew Ho wrote: Make an HTML page which does a form submit to pleasewait.pl. pleasewait.pl just displays an HTML page with an animated please wait image on it, and its headers include

Re: Please wait Handler

2003-02-15 Thread Randal L. Schwartz
Perrin == Perrin Harkins [EMAIL PROTECTED] writes: Perrin Andrew Ho wrote: Make an HTML page which does a form submit to pleasewait.pl. pleasewait.pl just displays an HTML page with an animated please wait image on it, and its headers include the following header: Refresh: 1;

Please wait Handler

2003-02-14 Thread Martin Moss
All, I was wondering if it is possible to Create a Handler that points a user at a page with an animated gif saying something like "Please wait", and then when my other handlers have finisheddisplay the page results I want from my mod perl handlers. I guess in a nutshell I'm wondering if

Re: Please wait Handler

2003-02-14 Thread Lee Goddard
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 Hi Martin, On Friday, February 14, 2003 at 2:24:49 PM, you wrote: MM I was wondering if it is possible to Create a Handler that points a user at a page with an animated gif saying something like Please wait, and then when my other handlers have

Re: Please wait Handler

2003-02-14 Thread Perrin Harkins
Martin Moss wrote: I was wondering if it is possible to Create a Handler that points a user at a page with an animated gif saying something like Please wait, and then when my other handlers have finished display the page results I want from my mod perl handlers. The classic answer to this

Re: Please wait Handler

2003-02-14 Thread Dmitri Tikhonov
On Fri, Feb 14, 2003 at 11:08:48AM -0500, Perrin Harkins wrote: Martin Moss wrote: I was wondering if it is possible to Create a Handler that points a user at a page with an animated gif saying something like Please wait, and then when my other handlers have finished display the page results

Re[2]: Please wait Handler

2003-02-14 Thread Lee Goddard
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 Hi Dmitri, On Friday, February 14, 2003 at 6:11:01 PM, you wrote: You can also try server push (with the Content-type: multipart/x-mixed-replace header), but I'm not sure how consistently today's browsers implement that. DT I know bugzilla does

Re: Please wait Handler

2003-02-14 Thread Dmitri Tikhonov
On Fri, Feb 14, 2003 at 08:38:08PM +0100, Lee Goddard wrote: Have you got a URI to that, please? Last time I push with IE I gave up unsatisfied, but now I feel optimistic :) I don't have _the_ way for you to do it, but one live example is Apache's bug database:

Re: Please wait Handler

2003-02-14 Thread Andrew Ho
Hello, MMI guess in a nutshell I'm wondering if there is a way to send HTML MMheaders to a browser which tells it to scrap the html it has already MMreceived and display the new HTML I am passing it. MM MMIf this isn't possible, can somebody point me in the direction of a MM'please wait'

Re: Please wait Handler

2003-02-14 Thread Perrin Harkins
Andrew Ho wrote: Make an HTML page which does a form submit to pleasewait.pl. pleasewait.pl just displays an HTML page with an animated please wait image on it, and its headers include the following header: Refresh: 1; url=http://www.example.com/getresults.pl?args... That's what Randal

Re: Please wait Handler

2003-02-14 Thread David Dick
Last time I experimented with Server-Push, the only browser that implemented it was Netscape 4.*. Mozilla didn't and IE didn't. Which is a pity cos it's a really useful technique. Perrin Harkins wrote: Martin Moss wrote: I was wondering if it is possible to Create a Handler that points a