📄 oorcvote.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 + -