Author
blink minimized window
suneel kumar
Ranch Hand
Joined: Jan 08, 2007
Posts: 46
Hi, i am doing one chat application. I just want to make minimized window as blink when any message comes to that window. Is there any javascript for blink the minimized window. Thanks in advance Suneel.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35446
posted Sep 24, 2008 02:00:00
0
No.
Android apps – ImageJ plugins – Java web charts
suneel kumar
Ranch Hand
Joined: Jan 08, 2007
Posts: 46
What is this No. I can not understand . Can any one give me the solution for this . Thanks in advance Suneel.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35446
posted Sep 24, 2008 02:38:00
0
"No" is the answer to your question, which was "Is there any javascript for blink the minimized window.".
suneel kumar
Ranch Hand
Joined: Jan 08, 2007
Posts: 46
Hi not even with the javascript. Then how to perform that task. How to blink the window . can you just guide me to complete this task. Suneel.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
You can in a way. Use window.focus(); and change the document.title Eric
suneel kumar
Ranch Hand
Joined: Jan 08, 2007
Posts: 46
HI Eric, Thanks for reply , Can i have one small example with your answer. Thanks in advance Suneel.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
Search google for: flash title bar JavaScript and I am sure you can get an example. Eric
subject: blink minimized window