Re: [PHP] Re: Loading message

2001-10-25 Thread DL Neil
s > Derek > > - Original Message - > From: "Daniel Alsén" <[EMAIL PROTECTED]> > To: "php" <[EMAIL PROTECTED]>; "_lallous" > <[EMAIL PROTECTED]> > Sent: Thursday, October 25, 2001 11:27 AM > Subject: RE: [PHP] Re: Loading m

Re: [PHP] Re: Loading message

2001-10-25 Thread Jon Farmer
t; <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]>; "Jon Farmer" <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 3:53 PM Subject: RE: [PHP] Re: Loading message > Could i have a hint of what you have done Jon? > > - Daniel > > >

RE: [PHP] Re: Loading message

2001-10-25 Thread Daniel Alsén
Could i have a hint of what you have done Jon? - Daniel > Totally incorrect. I have a page on our intranet that checks whois > information against about 10 whois servers. Right at the top of > the page it > says "Checking". As soon as a response comes back from a > whois server it > shows

RE: [PHP] Re: Loading message

2001-10-25 Thread Daniel Alsén
> I agree with you Derek, > It also depends on the webserver and your connection speed... > > perhaps the pages is already parsed and processed but your connection is > slow somehow and you're getting the page partially as if it is beeing show > while it is beeing processed/parsed. Actually i kno

Re: [PHP] Re: Loading message

2001-10-25 Thread _lallous
bar or is the html (including graphics etc) just very big? > > Anyway, > > Hope this helps > Derek > > - Original Message - > From: "Daniel Alsén" <[EMAIL PROTECTED]> > To: "php" <[EMAIL PROTECTED]>; "_lallous" > <[E

Re: [PHP] Re: Loading message

2001-10-25 Thread Derek Mailer
to be a slow PHP script that's the problem. Hope this helps, Derek - Original Message - From: "Daniel Alsén" <[EMAIL PROTECTED]> To: "Derek Mailer" <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 11:45 AM Subject: RE: [PHP] Re: Loading message

Re: [PHP] Re: Loading message

2001-10-25 Thread Jon Farmer
> the page won't ever showup unless the webserver finishes processing the PHP > file, therefore the "Loading ..." will appear while the page is waiting for > its component to finish loading (images, javascripts, flash files, ) Totally incorrect. I have a page on our intranet that checks whoi

RE: [PHP] Re: Loading message

2001-10-25 Thread Daniel Alsén
> Is your script really taking that long to be parsed that you need > a loading > progress bar or is the html (including graphics etc) just very big? Parts of the page is rather heavy loaded. The main php file loads fine and displays it´s contents until it reaches one of the heavy includes (heavy

Re: [PHP] Re: Loading message

2001-10-25 Thread Derek Mailer
quot; <[EMAIL PROTECTED]>; "_lallous" <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 11:27 AM Subject: RE: [PHP] Re: Loading message > I will try experimenting with that. > > But my situation is: > > A page with multiple php file includes. The page loads on to

RE: [PHP] Re: Loading message

2001-10-25 Thread Daniel Alsén
some sort of loading message while a database search is active. - Daniel > -Original Message- > From: _lallous [mailto:[EMAIL PROTECTED]] > Sent: den 25 oktober 2001 13:14 > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Loading message > > > the page won't eve

[PHP] Re: Loading message

2001-10-25 Thread _lallous
the page won't ever showup unless the webserver finishes processing the PHP file, therefore the "Loading ..." will appear while the page is waiting for its component to finish loading (images, javascripts, flash files, ) therefore what you're asking for has a javascript solution: 1)make a w