stlx_setup.asp

来自「在线考试系统源码实现远程判卷」· ASP 代码 · 共 19 行

ASP
19
字号
<!--#include file="../inc/open.asp" -->
<%
if session("zzteacher")=true or session("adminadmin")=true then
    lx=request.querystring("lx")
	if lx="no" then
         str="update config set lxlink=0"
	end if
	if lx="yes" then
	     str="update config set lxlink=1"
	end if
	conn.execute(str)
	conn.close
	response.redirect("test_pigai.asp")
else
    conn.close
	response.redirect("test_pigai.asp")
end if
%>

⌨️ 快捷键说明

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