%
dim voteid
dim title
dim voteoption
stats="查看投票用户"
if request("id")="" then
Errmsg=Errmsg+"
"+"
| <%=title%> | |
|---|---|
| 用户 | 项目(数字表示第几项) |
| 还没有人投票! | |
| " target=_blank><%=rs("username")%> | <% voteoption=split(rs("voteoption"),",") for i=0 to ubound(voteoption) if isnumeric(voteoption(i)) then response.write voteoption(i)+1 if i<>ubound(voteoption) then response.write "," next %> <%'=rs("voteoption")%> |