用论坛上教的方法做了一个投票的页面 http://www.hfpackaging.cn/index.asp?list-545.html
问了很多朋友.它们初次点击都出现
顯示 對不起,你已投票了
<div id="photo_box">
[loop=12]
<div class="photo_k">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><div class="photo"><a href="{$Field(ID,GetInfoUrl,2,1)}"><img src="{$Field(PhotoUrl,Text,0,...,0,)}" width="180" height="120"></div></td>
</tr>
<tr>
<td height="22" class="photo_bt">{$Field(Title,Text,20,...,0,)}</td>
</tr>
<tr>
<td class="ps">得票数:{$Field(Score,Num,0,2)} 票</td>
</tr>
<tr>
<td class="imgdps"><a href="/photo/vote.asp?id={$Field(ID,GetInfoUrl,2,2)}"><img src="/images/tp.gif" border="0"></a></td>
</tr>
<tr>
<td > </td>
</tr>
</table>
</div>
[/loop]
</div>
vote.asp 里面的代码
Const UserTF=0 '是否只允许会员投票 1是 0否
Const UserIPTF=1 '是否一个IP只允许投一票 1是 0否
Const UserGroup="0" '允许投票的会员组,多个会员组请用,号隔开,不想限制请