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
On 27 Mar 2006, at 17:04, Pieter du Toit wrote:
I want to pause script in php, in a while loop, so that a key must be
pressed or a button must be clicked for the script to continue.
Is this possible, i had a look at some functions, but it is not
what i want.
You mean when the script is call
Hi
I want to pause script in php, in a while loop, so that a key must be
pressed or a button must be clicked for the script to continue.
Is this possible, i had a look at some functions, but it is not what i want.
Can someone point me in a direction to search or maybe solve this problem
for me.
[snip]
I want to pause script in php, in a while loop, so that a key must be
pressed or a button must be clicked for the script to continue.
Is this possible, i had a look at some functions, but it is not what i
want.
Can someone point me in a direction to search or maybe solve this
problem
for
On Friday 26 September 2003 03:11, Dan J. Rychlik wrote:
> Is their a pause timer or timer function in PHP to pause a script for a
> certain amount of seconds?
sleep()
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Inter
On Thu, 2003-09-25 at 15:11, Dan J. Rychlik wrote:
> Is their a pause timer or timer function in PHP to pause a script for a certain
> amount of seconds?
Same as for almost every programming language under the sun:
http://www.php.net/manual/en/function.sleep.php
Cheers,
Rob.
--
.--
In CLI you can use readline
See the readline section in the PHP manual at
http://www.php.net/manual/en
Jason
On Wed, 2002-11-20 at 06:42, Larry Brown wrote:
> Does anyone know of a method to pause during the processing of a script to
> prompt a user for information and then incorporate the user'
gurus.
Thanks,
Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388
-Original Message-
From: @ Edwin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 2:39 PM
To: Larry Brown
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Pause for user input?
"Larry Brown" <[EMAIL
"Larry Brown" <[EMAIL PROTECTED]> wrote:
> The idea is to have the script start to load, prompt for a question or
more,
> then use the data from the response to complete loading the page and avoid
> having to post all of the variables from page to page to get all of the
> responses back. A lot o
ember ICCA
(727) 723-8388
-Original Message-
From: @ Edwin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 11:29 AM
To: Larry Brown
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Pause for user input?
Hello,
"Larry Brown" <[EMAIL PROTECTED]> wrote:
> Does an
Hello,
"Larry Brown" <[EMAIL PROTECTED]> wrote:
> Does anyone know of a method to pause during the processing of a script to
> prompt a user for information and then incorporate the user's response for
> the remainder of the script?
... in addition to what the others already said, let me just as
No.
However, I'm sure whatever you are trying to do can be designed as
two pages to yield the exact same user experience.
Chris
--- Larry Brown <[EMAIL PROTECTED]> wrote:
> Does anyone know of a method to pause during the processing of a
> script to prompt a user for information and then incorpo
Cannot be done this way, you need to use 2 pages
Larry Brown wrote:
Does anyone know of a method to pause during the processing of a script to
prompt a user for information and then incorporate the user's response for
the remainder of the script?
Larry S. Brown
Dimension Networks, Inc.
(727) 72
At 14:42 20.11.2002, Larry Brown spoke out and said:
[snip]
>Does anyone know of a method to pause during the processing of a script to
>prompt a user for information and then incorporate the user's response for
>the remainder of the script?
-
dio.com
vox+510.666.0074
fax+510.666.0093
Saul Zaentz Film Center
2600 Tenth St Suite 433
Berkeley, CA 94710-2522
> From: [EMAIL PROTECTED] ("Shane McBride")
> Newsgroups: php.general
> Date: 10 Jan 2001 14:22:44 -0800
> Subject: Re: [PHP] pause
>
> If you find som
sday, January 10, 2001 4:42 PM
Subject: RE: [PHP] pause
> Funny, I would say forget javascript; I don't trust client side
> validation.
>
> :) Just my two cents.
>
> Jeremy
>
> Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 ::
[EMAIL PROTECTED]
> http://www.
--Original Message-
> From: jeremy brand [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 10, 2001 1:18 PM
> To: Robert Ludvik
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] pause
>
>
> You could use custom HTML meta content refresh tags. This is not a
> PHP thin
don't forget javascript!
you could validate the form before posting to php.
DanO
-Original Message-
From: jeremy brand [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 10, 2001 1:18 PM
To: Robert Ludvik
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] pause
You could use custom
You could use custom HTML meta content refresh tags. This is not a
PHP think, but an HTML thing.
Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED]
http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more
Get your own Free, Private email at http://www.smackdown
You can do it in PHP, HTML, or JavaScript, but it's only
possible to send the control HTTP header with PHP if there
is no body output sent yet, so PHP is out. I recommend:
where is the time to wait before refresh in seconds
and is the _complete_ url to redirect to. Note that
the time and url
24 matches
Mail list logo