|
<% if Session("SessionAttempts") = "True" then %>
Your log-in failed. Either you have not logged in or you are seeking a page that is not available.
Make sure the "name" and "password" you are using is correct.
<% end if %>
<% if Session("SessionAttempts") <> "True" then %>
Use your "name" and "password".
<% end if %>
Use ONLY lower case letters and NO spaces.
|