bsconfig.asp

来自「此系统都是基于ASP+ACCESS技术开发的电子商务平台,属于全自动化、全智能的」· ASP 代码 · 共 48 行

ASP
48
字号
<!--#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 + =
减小字号Ctrl + -
显示快捷键?