Re: [PHP] pause until page is loaded

2006-04-19 Thread Jochem Maas
Richard Lynch wrote: On Tue, April 18, 2006 4:19 pm, Benjamin Adams wrote: I created a script to redirect to a download auto. but it redirects before the Whole page is loaded. How do I pause until page is loaded? If you want to wait until the BROWSER loads the whole page, then the BROWSER ha

Re: [PHP] pause until page is loaded

2006-04-18 Thread Richard Lynch
On Tue, April 18, 2006 4:19 pm, Benjamin Adams wrote: > I created a script to redirect to a download auto. > but it redirects before the Whole page is loaded. > How do I pause until page is loaded? If you want to wait until the BROWSER loads the whole page, then the BROWSER has to tell you when it

Re: [PHP] pause until page is loaded

2006-04-18 Thread Satyam
Run it on the onLoad event of the Body entity. - Original Message - From: "Benjamin Adams" <[EMAIL PROTECTED]> To: "php Nichel" Sent: Tuesday, April 18, 2006 11:19 PM Subject: [PHP] pause until page is loaded I created a script to redirect to a download auto. but it redirects befor

Re: [PHP] pause until page is loaded

2006-04-18 Thread Benjamin Adams
I tried it but it still stops half way through the page and then continues. On Apr 18, 2006, at 5:24 PM, Jay Blanchard wrote: [snip] I created a script to redirect to a download auto. but it redirects before the Whole page is loaded. How do I pause until page is loaded? [/snip] Page loading

RE: [PHP] pause until page is loaded

2006-04-18 Thread Jay Blanchard
[snip] I created a script to redirect to a download auto. but it redirects before the Whole page is loaded. How do I pause until page is loaded? [/snip] Page loading is client-side, but you can delay the redirect using sleep(). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis