Re: [PHP] progress page

2003-01-07 Thread Nuno Lopes
;body>'); pop.document.write('<center>Please wait while this page loads.</center>'); --> close it: javascript:pop.window.close() - Original Message - From: "- Edwin" <[EMAIL PROTECTED]> To: "Edward Peloke" <[EMAIL PR

Re: [PHP] progress page

2003-01-06 Thread Matt Vos
Is bandwidth an issue? If not, you could have a at the top of your page, flush it before beginning your data parsing, and update it with a table with two columns, 1 with a bgcolor of some color, the other with no bgcolor, and have the width of the columns change as the javascript updates it. i.e

Re: [PHP] progress page

2003-01-06 Thread Jason Wong
On Tuesday 07 January 2003 00:33, Edward Peloke wrote: > I am working on an application that will take data from the user and run > then check through all the data to find matches. Instead of the user > seeing a blank screen while the page is loading, I would like to pop up a > page that says, pro

Re: [PHP] progress page

2003-01-06 Thread - Edwin
Hello, [EMAIL PROTECTED] (Edward Peloke) wrote: > I am working on an application that will take data from the user and > run then check through all the data to find matches. Instead of the > user seeing a blank screen while the page is loading, I would like to > pop up a page that says, proce