% SendHeader 1, 1 %> <% ' ' ' On Error Resume Next urlStore = Request.QueryString("store") urlObj = Request.QueryString("obj") if urlStore="" then iStore = 1 else iStore = cint(urlStore) If Not CheckSession3("1","newwindow",urlStore) Then fTimedOut = true Else fTimedOut = false If urlObj <> "" then Set objRenderer = GetMessagesRenderer(fNew) CheckPage objRenderer If Err.Number <> 0 Then ReportError1 L_errPage_ErrorMessage + " " + err.Number Else cMessages = Session(CURRENT_COUNT) iPage = Session(CURRENT_PAGE) End If End If End If 'fTimedOut %>
<% Else %>