There is way where by u make a invisible image and the source of the image will be pointing to a jsp or servlet.Still this is a indirect way of sending a request to the server where as the page is not refreshed.
By this way u can configure a javascript to change the scr path every minute and send a request to server . The server will respond to the request and u can show an alert to the client.
 
This is a basic overview. Hope this will help u.
 
Srinivas
 
 
 
----- Original Message -----
Sent: Thursday, October 24, 2002 10:37 AM
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