<%@ Language=VBScript %> <% Response.Buffer = True %> Nomination and Voting System - NVS Login <% Title = "Login" %>
Username: 
Password: 
   
<% If Session.Contents("PASSWORDACCESS") = "No" Then Dim messages messages = "Access is denied. Invalid username or password. Click the BACK button to reenter your username and password." Response.Redirect "error.asp?mess=" + Server.URLEncode(messages) Response.End End If %> <% Response.End %>