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

📄 login.asp

📁 BJXSHOP购物管理系统是一个功能完善、展示信息丰富的电子商店销售平台;针对企业与个人的网上销售系统;开放式远程商店管理;完善的订单管理、销售统计、结算系统;强力搜索引擎支持;提供网上多种在线支付方
💻 ASP
字号:
<!--#include file="connection.asp"-->
<!--#include file="webconfig.asp"-->
<!--#include file="subuser.asp"-->
<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/default.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<table width="90%" border="0" align="center" cellpadding="2" cellspacing="2">
  <tr> 
    <td><div align="center"><font color="#ff6600">为了方便您的购物和使用本系统为您带来的便捷功能,请您先登陆。 
        <br>
        </font></div></td>
  </tr>
  <tr> 
    <td><div align="center"> 
        <%call Logins()%>
      </div></td>
  </tr>
</table>
<br>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align=center>
      <%dim endtime
endtime=timer()
    response.Write "公司地址:"&dizhi&"&nbsp;&nbsp;邮编:"&youbian '<font color=red>页面执行时间"&FormatNumber((endtime-startime)*1000,3)&" 毫秒</font><br>"
response.Write "<br>电子邮件:"&webemail&"&nbsp;&nbsp;联系电话:"&dianhua
    response.Write "<br>版权所有&nbsp;2003-2005&nbsp;&copy;&nbsp;"&copyright
  response.Write "&nbsp;&nbsp;"
  %>
    </td>
  </tr>
</table> 
</body>
</html>
<script language=javascript>
title_new="<%=webname%>--请先登陆!"
step=0
function flash_title()
     {
       step++
       if (step==7) {step=1}
       if (step==1)  {document.title='◆◇◇◇'+title_new+'◇◇◇◆'}
       if (step==2)  {document.title='◇◆◇◇'+title_new+'◇◇◆◇'}
       if (step==3)  {document.title='◇◇◆◇'+title_new+'◇◆◇◇'}
       if (step==4)  {document.title='◇◇◇◆'+title_new+'◆◇◇◇'}
       if (step==5)  {document.title='◇◇◆◇'+title_new+'◇◆◇◇'}
       if (step==6)  {document.title='◇◆◇◇'+title_new+'◇◇◆◇'}
       setTimeout("flash_title()",180);
       }
flash_title()
</script>
</body>
</html>

⌨️ 快捷键说明

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