Listing Login Page
<%
'Check for an error message which indicates the previous
'login attempt failed
'If Len(Session("ErrorMessage")) > 0 Then
' Response.Write "" &_
' Session("ErrorMessage") & "
"
'End If
'Session("Authenticated") = False
%>
Click to view listings page