帮我修改一下shanchu.asp页面
<form action="toupiao.asp" method="post" name="form1" id="form1" > <%'**********%>
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td nowrap width=""50%"">
<input name="elect" type="radio" value="<%=Rs("ID")%>"></td>
<td nowrap width=""50%""><%=rs("username")%></td>
<td nowrap width=""50%""><%=rs("piao")%></td>
</tr>
</table>
<p align="center">
<input type="submit" value="投票" name="submit"> <%'**********%>
<input type="submit" value="添加" name="submit1">
input type="submit" value="删除" name="submit2">
</P>
</form>
这是表单 怎么点击删除后 删除所选项 在shanchu.asp中处理