HTML is the result of a request to the server, and after the response is sent from the server, the server has no idea that the client is there until it receives another request.  You could have the page refresh every xx seconds, but this would cause a big overhead for the server.  You could also do this using applets -- the server can communicate with the applet sessions.  Most HTML based chat programs work with applets for this reason.
 
Mike
 
----- Original Message -----
Sent: Thursday, October 24, 2002 7:15 AM
Subject: Re: Sending Response Objet to client without request.

Not with HTTP.
-----Original Message-----
From: Mazhar@grouppk [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 24, 2002 1:07 AM
To: [EMAIL PROTECTED]
Subject: Sending Response Objet to client without request.

hi;
 
I have to develop an application that have to fetch data from server after some time, or when ever there are some changes in data on the server then server have to send those changes to the clients ( http clients viewing that site).
The simplest way to set some time interval in java script of client side to refresh the page.
 
Is there any way that I can send response to all clients without their request ( I have IPs of those clients)..????
 
Any Comments or suggestions...
 
Mazhar!

Reply via email to