oorcvote.asp

来自「一个FLASH投票源代码,支持多种定义,并附有后台管理」· ASP 代码 · 共 10 行

ASP
10
字号
<!--#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 + =
减小字号Ctrl + -
显示快捷键?