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
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
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
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
[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
5 matches
Mail list logo