Hi
Is there any way to send a message to a client visiting a site
or
send a message from the server to the client browser
or
listen to the webser using some scripts
Thz
Sumesh
Web Servers
Moderator: General Moderators
- Derfel Cadarn
- Forum Contributor
- Posts: 193
- Joined: Thu Jul 17, 2003 12:02 pm
- Location: Berlin, Germany
Re: Web Servers
Isn't that just a javascript-popup what you mean here?sumesh wrote: Is there any way to send a message to a client visiting a site
**the same as above?**sumesh wrote:send a message from the server to the client browser
I don't know what you mean by this...sorrysumesh wrote:listen to the webser using some scripts
you can't do that with http.
Or you let the page refresh after a certain interval e.g. by
- client --request-->server
- client <--response-- server
java applets usually are allowed to connect a socket to the server they came fromlisten to the webser using some scripts
Or you let the page refresh after a certain interval e.g. by
Code: Select all
<META HTTP-EQUIV="Refresh" CONTENT="20; URL=http://your.serv.er/your/script.php">