Domanda

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)...?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top