<% Option Explicit Dim errorMsg ' Error Mesage errorMsg = "" 'If a session exists, then send them to the members index page if Session("mySessionID") = Session.SessionID then response.redirect("member_index.asp") end if ' If there was a login error or timeout, notify the user If Len(Request("errCode")) > 0 Then Select Case Request("errCode") Case 1 errorMsg = "Invalid login or password. Please try again." Case 2 errorMsg = "Either your session timed out, or you are attempting to access a private site.
Please login below." End Select End If %> The Alexandria Singers
 
This section of the website is a secure section and only available to members of the Alexandria Singers.
Login to the Member Site

<% If Len(errorMsg) > 0 Then %> <%= errorMsg %> <% Else %>   <% End If %>

Username:
Password:


All fields are required to enter the member site.
If you have forgotten your username or password,
contact the webmaster.
The Alexandria Singers, P.O. Box 6151, Alexandria, VA 22306 703-941-SING

Copyright 2003. All Rights Reserved.