J
jodleren
Hi
I have only used Ajax quite less until now.
But I can see the use of it in a new place, but that is slight
different to what I have done before.
I have a page in PHP, which will open 2 "fields" like: <p>Elapsed
time: <div id="clock"></div></p>.
There is a time, updated by a timer. Easy.
But my PHP script continues to run, and I'd like to send messages such
as "Processed 50%" to the client.
How can I from one page/file/script send messages to my Ajax thing?
As I understand it it asks for a page and waits for the response. Here
I'd like to send "messages" to it.
WBR
Sonnich
I have only used Ajax quite less until now.
But I can see the use of it in a new place, but that is slight
different to what I have done before.
I have a page in PHP, which will open 2 "fields" like: <p>Elapsed
time: <div id="clock"></div></p>.
There is a time, updated by a timer. Easy.
But my PHP script continues to run, and I'd like to send messages such
as "Processed 50%" to the client.
How can I from one page/file/script send messages to my Ajax thing?
As I understand it it asks for a page and waits for the response. Here
I'd like to send "messages" to it.
WBR
Sonnich