黑莓q5可以用微信吗:谁能教我在建设网站中做个投票系统?

来源:百度文库 编辑:神马品牌网 时间:2024/05/01 06:18:52
有没有投票系统的代码,
我用过如下代码,不可以用,代码哪里出错了,我得怎么做?
<script language="JavaScript">
<!--
var newWindow = null
function windowOpener(loadpos)
{
newWindow = window.open(loadpos,'surveywin','toolbar,resizable=0,scrollbars=0,status=no,toolbar=no,location=no,menu=no,width=410,height=228');
newWindow.focus();
}

//-->
</script>
<form method=get action="add.htm" onSubmit="windowOpener('')" target="surveywin">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td height='20' width="161"><font color='7285CF'><b><font color='#0000FF'>网上调查:</font></b></font></td>
</tr>
<tr>
<td height='1' bgcolor='7285CF' width='161'></td>
</tr>
<tr>
<td height="20" width="161">您认为本站的空间速度如何</td>
</tr>
<tr>
<td class=row width="161"> <span class="gray">
<input type=radio name='values' value=速度非常快 checked>
速度非常快</span><br>
<span class="gray">
<input type=radio name='values' value=速度还可以 checked>
速度还可以</span><br>
<span class="gray">
<input type=radio name='values' value=比以前的快 checked>
比以前的快</span><br>
<span class="gray">
<input type=radio name='values' value=经常连不上 checked>
经常连不上</span><br>
<span class="gray">
<input type=radio name='values' value=速度太慢了 checked>
速度太慢了</span><br>
<span class="gray">
<input type=radio name='values' value=不值得一提 checked>
不值得一提</span><br>
</td>
</tr>
<tr>
<td width="161" height="30">
<input type='submit' value=投票 class="bottom" name="submit22">
<input type='button' value=结果 onClick="windowOpener('vote.htm')" class="bottom" name="button22">
</td>
</tr>
</table>
</form>

当然不可以了。我是有投票系统的源代码。也想帮你,可是最近太忙了。你再找找吧。总会有热心人的。祝你好运,实在找不到,给我电子邮件:ofeeling@163.com我的是PHP代码的。