javascript - popup alert message across all tab -


we developing web messaging application. when open our website url tab, able chat our client. when switch tab , client send message want popup notification message visible opened tab. got few website giving type of notification visible tab.

is there javascript or flash solution it?

if use javascripts alert(""); create popup, browser automatically go tab popup created

so when receive message webpage call

$(document).ready(function(){     alert("you have message"); }); 

Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -