bsconfig.asp
来自「朱不正在线考试系统 2008源码」· ASP 代码 · 共 26 行
ASP
26 行
<!--#include file="Conn1.asp"-->
<%
%>
<%
Dim StarTime,Style_Copy
Dim AdminName
startime=timer()
AdminName=replace(session("AdminName"),"'","")
if AdminName="" then
call CloseConn()
%>
<script language='javascript'>top.location='index.asp';</script>
<%
' response.redirect "index.asp"
end if
%>
<!-- -->
<%
sub htmlend
%>
<p align=center>双盟科技有限公司</p>
<%
end sub
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?