bPHP Posted April 21, 2010 Share Posted April 21, 2010 Hi! How can I do a change in the html title so that, for example, when the user has my page minimized I can alert him/her that there is something new requiring his/her attention? For example in facebook when you are chatting and you minimize the window, if someone sends you a message the title is changed back and forth to call your attention... How is this done? I'm investigating but can't even find how to do it! Thanks! Link to comment https://forums.phpfreaks.com/topic/199217-page-changes-alert/ Share on other sites More sharing options...
F1Fan Posted April 21, 2010 Share Posted April 21, 2010 window.document.title = 'You new page title here.'; Link to comment https://forums.phpfreaks.com/topic/199217-page-changes-alert/#findComment-1045762 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.