I have a Facebook app running on an inside frame. I want to make my browser's title to blink when the user goes out from the game's tab. However, I can't set the document.title property because I have a different domain than 'Facebook.com'. I have a JS function to change the document title and it works fine when I'm not in a different frame. How can I make this work for me with the current situation (when I'm in a different frame and need to make the browser's tab blink)...?

有帮助吗?

解决方案

You can't. And you should not do that. It's really annoying for the people using your app.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top