Demo : [You must be registered and logged in to see this image.] code cho vào footer:
Code:
<script type="text/javascript"> $(function(){ if (Number($("a.mainmenu[href^='/privmsg'] strong").text()) > 0){ var a = $("a.mainmenu[href^='/privmsg'] strong").text(); var b = confirm("Bạn có "+a+" tin nhắn mới.Bạn có muốn đến hộp thư."); if( b == true){location.href = '/privmsg?folder=inbox'}; }; }); </script>