View the Application (External Link) || Return to Survey App

signin.asp

<%@ language="VBScript" %>

<html>
<head>
<LINK REL=stylesheet HREF="styles/oldstyle.css" TYPE="text/css" />
<title>DeKalb School of The Arts Election 2004</title>

<style type="text/css">
div#s_i_box{ border-left:2px solid red; border-top:2px solid red; border-bottom:2px solid blue; border-right:2px solid blue;
background:#FFFFFF; width:420px; height:140px; top:190px; }
</style>

</head>
<body>

<center><img id="titleImg" src="images/titleimg.jpg"></center>
<br/><br/>
<div id="s_i_box"><br/>
<form action="survey.asp" method="post" name="logIn">
<b>Please input your voter number, exactly as it appears on the card, to begin.</b><br/><br/>
<b>Voter #:</b> <input type="text" name="voterID" size="20" /> <input type="submit" value="Submit" /><br/><br/>
(The demonstration voter ID# is 3TB2D)
</form>
</div>

</body>
</html>

View the Application (External Link) || Return to Survey App