<%@ Language=VBScript %> <% Response.Buffer = True '************************************** ' CHANGE PASSWORD ' March 18, 2001 '************************************** %> <% 'the querystring will only have info in it if this is a first time login. 'Need to set password access back so that user is unable to go anywhere, 'except back to login screen... If Request.QueryString("mess") <> "" then Session.Contents("PASSWORDACCESS") = False End if %> Nomination and Voting System - Change User Password <% Title = "Change Password" %>

Need instructions? Click the help button.  

<% If Request.QueryString("mess") <> "" then %> <% End If %>
 Username:   ">  Old Password:   ">
 New Password:     Confirm New Password:   
 
 
<%=Request.QueryString("mess") %>
<% Response.End %>