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

📄 pass1.asp

📁 OA最新破解2008版 全新 破解 希望大家用着舒服
💻 ASP
字号:
<%@ codepage ="936" %>
<%
if instr(session("flag"),"31")=0 then
response.redirect "../login.asp"
response.end
end if
%>
<!--#include file="../../conn/dbconn2.asp" -->
<% 
id=request("id")
bprid=request("bprid")
type1=request("type")
if type1="好评" then
conn.execute("update corporation set trust_score=trust_score+1 where id="&bprid&"")
elseif type1="批评" then
conn.execute("update corporation set trust_score=trust_score-1 where id="&bprid&"")
end if
conn.execute("update trustadv set pass=true where id="&id&"")
conn.close
set conn=nothing
response.redirect("trust_score.asp")
%>

⌨️ 快捷键说明

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