I have a chat in a popup browser window. This chat page (ASP) checks for new messages every 10 seconds.
I would like to bring this popup window to front when there is a new message. I tried with "window.focus()", but this work only in few version of IE.
Are there other options to achieve my goal?