I am observing the one of my web page is having some flex application when you click on some button some parameter gets added to address bar after # symbol and due to which my page title is getting disappeared.
Can you please help how to retail page title in all situation?
I tried
setTimeout(‘document.title=myTitle’,5000);
But no luck, please guide me some help.