<% @ LANGUAGE=VBSCRIPT CODEPAGE = 1252 %> <% SendHeader 0, 1 %> <% ' ' On Error Resume Next CheckSession bstrVirtRoot + "/forms/srvrmsg/frmroot.asp", "self" bstrError = "" Set objChatService = Session(bstrChatService) If objChatService Is Nothing Then bstrError = L_errFailToCreateChatService_ErrorMessage End If %> Chat service messages <% If bstrError = "" Then %> Microsoft Chat Web Access must be viewed on a browser that supports frames. <br> To obtain such a browser, please click <a href="http://www.microsoft.com/ie/download/" target="_blank">here</a> to download the Microsoft <a href="http://www.microsoft.com/ie/download" target="_blank"><b>Internet Explorer</a>.</b> </p> <% Else %>
<%=bstrError%>

OK
<% End If %>