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

📄 oorcvote.asp

📁 Flash+jsp 实现的投票系统 实现的投票系统 实现的投票系统 实现的投票系统 实现的投票系统
💻 ASP
字号:
<!--#include file="pathcheck.asp"-->
<!--#include file="isy.asp"-->
<!--#include file="conn.asp"-->
<% 
thisid=Trim(Request.QueryString("voteid"))
oorc=Trim(Request.QueryString("oorc"))
if oorc="close" then conn.execute "update votepro  set oorc=false where id="&thisid:closedb:response.Redirect("rep.asp?operate=close")
if oorc="open" then conn.execute "update votepro  set oorc=true where id="&thisid:closedb:response.Redirect("rep.asp?operate=open")

%>

⌨️ 快捷键说明

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