谁能教我在建设网站中做个投票系统?

来源:百度知道 编辑:UC知道 时间:2024/05/21 09:42:17
有没有投票系统的代码,
我用过如下代码,不可以用,代码哪里出错了,我得怎么做?
<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' widt

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