you are logged on as: <% If Len(Session("UID")) = 0 Then Response.Write "You are not Logged on." Else Response.Write "" & Session("UID") & " " End If %>
Back to default