| <%=ti("votename")%> |
|
<%
if ti("check")="0" then
action=request.querystring("action")
select case action
case "tou"
if session("times")="" then
vv=request.form("vv")
response.write vv
if vv<>"" then
conn.execute("update vote set vcount=vcount+1 where id=cint('"&vv&"')")
session("times")=now()
response.write ""
else
response.write ""
end if
else
response.write ""
end if
end select
%>
<%end if
ti.close
set ti=nothing%>
|
|
|