📄 bsconfig.asp
字号:
<!--#include file="Conn.asp"-->
<%
'=================================
'
' 冠龙科技 公司(企业)网站管理系统
' Apollo postxml@yahoo.com.cn
' www.xnhost.cn
'
' copyright(c)2006 LkStar
'
'=================================
%>
<%
dim Name
Name=replace(session("Name"),"'","")
if Name="" then
call CloseConn()
response.Write("<script language='javascript'>top.location='Login.asp';</script>")
response.end
end if
%>
<!-- -->
<%
sub htmlend
%>
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
.STYLE2 {
font-size: 24;
color: #FF0000;
font-weight: bold;
}
-->
</style>
<p>
<table cellspacing=0 cellpadding=0 width=95% align=center><tr>
<td align=middle>
<p>Copyright 2006 <a target=_blank href="http://www.glgk.com/" class=aaa><font color=000000>冠龙科技</font></a>
<br>
Powered by <font color=ffffff> <a target=_blank href="http://www.glgk.com/" class=aaa><font color=000000> Ver2006</font></a></font><br>
Script Execution Time:<%=fix((timer()-startime)*1000)%>ms</p>
<p><span class="STYLE1">特别声明,本系统为免费版本;如需商业应用请购买商业版本,详情请登陆</span> <a href="http://www.glgk.com/">http://www.glgk.com/</a></p></td></tr></table>
</body></html>
<%
responseend
end sub
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -