index.asp文件
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网络投票系统</title>
<link rel="stylesheet" type="text/css" href="../vote/css.css">
</head>
<body>
<p align="center" style="line-height: 200%; margin-top: 20; margin-bottom: 20">
<font size="7">网络投票系统</font>
<hr>
<p></p>
<div align="center">
<table border="0" width="50%" id="table1" cellspacing="1" cellpadding="3" class="tableborder">
<tr>
<td>
<p align="center"><font size = 3>最佳男歌手</font></p>
</td>
</tr>
<tr>
<td align="center" class="tablebody1" nowrap>
<p style="line-height: 100%">
<form action=vote.asp method=post name=formResearch>
<div align=center>
<table border=0 cellspacing=1 cellpadding=3 width="96">
<tr>
<td nowrap width="84" 50%""><input type=radio name="elect" value="1">周杰伦</td>
</tr>
<tr>
<td nowrap width="84" 50%""><input type=radio name="elect" value="2">张学友</td>
</tr>
<tr>
<td nowrap width="84" 50%""><input type=radio name="elect" value="3">刘德华</td>
</tr>
<tr>
<td nowrap width="84" 50%""><input type=radio name="elect" value="4">孙楠</td>
</tr>
</table>
</div>
<table border=0 width=240 cellspacing=1 cellpadding=3>
<tr>
<td align=center width="228"><input type=submit name=submit value=投票> <input type=submit name=submit value=查看结果></td>
</tr>
<tr>
<td align=center nowrap width="228">Powered By : 网上投票 2005<br>CopyRight 2004-2006</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
</body>
</html>