-
How to refresh a client browser from the server without client request
Hi,
We are planning to develop a digital dash board, Just like regular messenger
and some extra features. We have to develop this digital dash board without
any client software installation.
We are facing problem to send messages from server to client without any
request from client.
If you have any ideas please help us.
Thanks,
Kamisetty.
-
Re: How to refresh a client browser from the server without client request
You can't refresh a browser from the server; however, you can have the
browser request a refresh periodically, or you can write a script to call a
URL in the background to find out if an updated version of a page is
available, and refresh only when that's true.
"kamisetty" <krishnakamisetty@hotmail.com> wrote in message
news:3de99830$1@tnews.web.devx.com...
>
> Hi,
>
> We are planning to develop a digital dash board, Just like regular
messenger
> and some extra features. We have to develop this digital dash board
without
> any client software installation.
>
> We are facing problem to send messages from server to client without any
> request from client.
>
> If you have any ideas please help us.
>
> Thanks,
> Kamisetty.
-
Re: How to refresh a client browser from the server without client request
Yes... you can't refresh a client browser from server. But, you can use web
services and remote scripting to achieve similar functionality. You can find
about remote scripting in msdn... try "web service behaviour".
-Arvind
"Russell Jones" <arj1@nospam.northstate.net> wrote:
>You can't refresh a browser from the server; however, you can have the
>browser request a refresh periodically, or you can write a script to call
a
>URL in the background to find out if an updated version of a page is
>available, and refresh only when that's true.
>
>"kamisetty" <krishnakamisetty@hotmail.com> wrote in message
>news:3de99830$1@tnews.web.devx.com...
>>
>> Hi,
>>
>> We are planning to develop a digital dash board, Just like regular
>messenger
>> and some extra features. We have to develop this digital dash board
>without
>> any client software installation.
>>
>> We are facing problem to send messages from server to client without any
>> request from client.
>>
>> If you have any ideas please help us.
>>
>> Thanks,
>> Kamisetty.
>
>
-
Re: How to refresh a client browser from the server without client request
Very simple. Use a meta tag. Here is a sample.
<META http-equiv="REFRESH" content="60;URL=www.htihotelink.com">
"Arvind" <aravinda.hosahalli@intel.com> wrote:
>
>Yes... you can't refresh a client browser from server. But, you can use
web
>services and remote scripting to achieve similar functionality. You can
find
>about remote scripting in msdn... try "web service behaviour".
>
>-Arvind
>
>"Russell Jones" <arj1@nospam.northstate.net> wrote:
>>You can't refresh a browser from the server; however, you can have the
>>browser request a refresh periodically, or you can write a script to call
>a
>>URL in the background to find out if an updated version of a page is
>>available, and refresh only when that's true.
>>
>>"kamisetty" <krishnakamisetty@hotmail.com> wrote in message
>>news:3de99830$1@tnews.web.devx.com...
>>>
>>> Hi,
>>>
>>> We are planning to develop a digital dash board, Just like regular
>>messenger
>>> and some extra features. We have to develop this digital dash board
>>without
>>> any client software installation.
>>>
>>> We are facing problem to send messages from server to client without
any
>>> request from client.
>>>
>>> If you have any ideas please help us.
>>>
>>> Thanks,
>>> Kamisetty.
>>
>>
>
-
Re: How to refresh a client browser from the server without client request
Thanks Arvind. I will try remote scripting.
Brent,
Thanks for the response.
using meta tags we can refresh client browser priodically. But I have to
send messages to the client browser, whenever server receives a client related
message.
Thanks,
Kamisetty.
"Brent Olson" <bolson@ntmllc.com> wrote:
>
>Very simple. Use a meta tag. Here is a sample.
><META http-equiv="REFRESH" content="60;URL=www.htihotelink.com">
>
>
>
>
>
>
>"Arvind" <aravinda.hosahalli@intel.com> wrote:
>>
>>Yes... you can't refresh a client browser from server. But, you can use
>web
>>services and remote scripting to achieve similar functionality. You can
>find
>>about remote scripting in msdn... try "web service behaviour".
>>
>>-Arvind
>>
>>"Russell Jones" <arj1@nospam.northstate.net> wrote:
>>>You can't refresh a browser from the server; however, you can have the
>>>browser request a refresh periodically, or you can write a script to call
>>a
>>>URL in the background to find out if an updated version of a page is
>>>available, and refresh only when that's true.
>>>
>>>"kamisetty" <krishnakamisetty@hotmail.com> wrote in message
>>>news:3de99830$1@tnews.web.devx.com...
>>>>
>>>> Hi,
>>>>
>>>> We are planning to develop a digital dash board, Just like regular
>>>messenger
>>>> and some extra features. We have to develop this digital dash board
>>>without
>>>> any client software installation.
>>>>
>>>> We are facing problem to send messages from server to client without
>any
>>>> request from client.
>>>>
>>>> If you have any ideas please help us.
>>>>
>>>> Thanks,
>>>> Kamisetty.
>>>
>>>
>>
>
-
Re: How to refresh a client browser from the server without client request
Thanks Russel.
Sounds great. I will try this approach.
Kamisetty.
"Russell Jones" <arj1@nospam.northstate.net> wrote:
>You can't refresh a browser from the server; however, you can have the
>browser request a refresh periodically, or you can write a script to call
a
>URL in the background to find out if an updated version of a page is
>available, and refresh only when that's true.
>
>"kamisetty" <krishnakamisetty@hotmail.com> wrote in message
>news:3de99830$1@tnews.web.devx.com...
>>
>> Hi,
>>
>> We are planning to develop a digital dash board, Just like regular
>messenger
>> and some extra features. We have to develop this digital dash board
>without
>> any client software installation.
>>
>> We are facing problem to send messages from server to client without any
>> request from client.
>>
>> If you have any ideas please help us.
>>
>> Thanks,
>> Kamisetty.
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks