I inserted a code for each one minute check if I have new messages. It is made with jQuery.Hope you like for a new update. I do not have to cause problems in the future.What do you think?In the Head:<script src="Scripts/jquery-1.9.0.js" type="text/javascript"></script>
<%
'If the user has logged in then the Logged In User ID number will not be 0 and not 2 for the guest account
If lngLoggedInUserID <> 0 AND lngLoggedInUserID <> 2 Then
%>
<script type="text/javascript">
setInterval(function() {
$("#userProfileMemberPM").load(location.href+" #userProfileMemberPM","");
}, 60000);
</script><%
End If
%>
In status_bar_header_inc.asp:<div id="userProfileMemberPM"><!-- #include file="pm_check_inc.asp" --></div>