Вопрос

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