This is a migrated thread and some comments may be shown as answers.

[Solved] IE Notification

1 Answer 103 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 11 Jun 2008, 05:36 PM
I have an application that sends messages back and forth between several users in an office.  I am using Telerik controls in Internet Explorer.  When the application is not being used it is minimized on the desktop.  A user has requested that they be notified when a new message has been received.  Is it possible to have Internet Explorer Flash when a new message come in?  If not is there another way to accomplish this using Telerik controls?

Scott

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 12 Jun 2008, 11:42 AM
Hello Scott,

In case you have some custom implementation, which helps you find out whether there are new messages, you can easily draw the user's attention to the browser window by executing this simple Javascript code:

window.focus();


This will either make the browser window popup or its label will flash in the taskbar.

For additional information, please refer to:

http://www.telerik.com/help/aspnet-ajax/ajxclientsideapi.html

http://www.telerik.com/help/aspnet-ajax/ajxcustomjavascript.html

and the rest of the Client-side programming articles in the RadAjax documentation.

Let us know if you need further advice.


Regards,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Scott
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or