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

📄 bsconfig.asp

📁 此系统都是基于ASP+ACCESS技术开发的电子商务平台,属于全自动化、全智能的在线方式管理、维护、更新的网站管理系统。此系统直接上传到你的网站空间就可以使用了
💻 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 + -