⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rcs.asp

📁 一个FLASH投票源代码,支持多种定义,并附有后台管理
💻 ASP
字号:
<!--#include file="conn.asp"-->
<% 
thisid=request("voteid")
if request.Cookies("vote"&thisid)="pubvote_"&thisid then 
	Response.Write("&back=你已经参与过此投票,谢谢")
	closedb
else
	response.Cookies("vote"&thisid)="pubvote_"&thisid
	response.Cookies("vote"&thisid).expires="2008/10/26"
	response.Cookies("vote"&thisid).domain=request.ServerVariables("SERVER_NAME")
	cs=request("mychoose")
	conn.execute "update votepro set cs_"&cs&"_num=cs_"&cs&"_num+1 where id="&thisid
	Response.Write("&back=投票已经送达,谢谢参与")
	closedb
end if
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -