日期:2014-05-16 浏览次数:20359 次
<html> <head> <title>在线投票系统</title> </head> <body> <center> <br><br><h2>在线投票系统</h2> <br><br><h3>请选择您喜欢的开发语言:</h3> <br> <table border='0'> <tr><td><form name = "a" action="Veted.aspx?candidate=a" method="POST"><a href = "javascript:a.submit()">C#</a></form></td></tr> <tr><td><form name = "b" action="Veted.aspx?candidate=b" method="POST"><a href = "javascript:b.submit()">VB</a></form></td></tr> <tr><td><form name = "c" action="Veted.aspx?candidate=c" method="POST"><a href = "javascript:c.submit()">Java</a></form></td></tr> </table> </center> </body> </html>