📄 ballot_a.asp
字号:
<!--#include file="conn.asp" -->
<%
id=request.form("cdid")
If(id<>"") Then
id=Split(id,",")
If(request.Cookies("ballot")="yes") Then
avert="yes"
Response.Write "&avert="& avert
else
For Each myid In id
If(myid<>"") Then
sql="update ballot set hit=hit+1 where id="& intSql(myid)
set rs=conn.execute(sql)
End if
next
Response.Cookies("ballot").Expires=Date+myday
Response.Cookies("ballot")="yes"
avert="no"
End if
Response.Write "&avert="& avert
End if
set rs=nothing
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -