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

📄 regshj.asp

📁 商业网站开发有源代码可以运行
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--商家登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<style>
td{font-size:9pt;line-height:120%;color:#353535} 
body{font-size:9pt;line-height:120%} 

a:link          { color: #000000; text-decoration: none }
a:visited       { color: #000000; text-decoration: none }
a:active        { color: #000000; text-decoration: none }
a:hover         { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onMouseOver="window.status='【<%=webname%>】<%=weburl%> 请记住我们的国际域名http://www.5757.net';return true">
<!--#include file="webtop.asp"-->
<table width="760" border="1" cellspacing="0" cellpadding="0" align="center" bordercolor="#EDECEC">
  <tr> 
    <td bordercolor="#FFFFFF" bgcolor="#FFFFFF"> 
      <%if request.cookies("songxf")("shjianame")="" and request.cookies("songxf")("username")="" then%>
      <table width="95%" border="0" cellspacing="1" cellpadding="1" align="center">
        <form name="shjialogin" method="post" action="user/checkshjialogin.asp">
          <tr> 
            <td align="center" height="22"><font color="#000000">商家您好,发布商品请先登录</font></td>
          </tr>
          <tr> 
            <td align="center">管理员名: 
              <input type="text" name="shjianame" style="BORDER-RIGHT: #ffffff 1px groove; BORDER-TOP: #ffffff 1px groove; BORDER-LEFT: #ffffff 1px groove; COLOR: #333333; BORDER-BOTTOM: #ffffff 1px groove; HEIGHT: 18px; BACKGROUND-COLOR: #ffffff"; size="10" maxlength="10">
            </td>
          </tr>
          <tr> 
            <td align="center">管理密码: 
              <input type="password" name="shjiapassword" size="10" maxlength="10"style="BORDER-RIGHT: #ffffff 1px groove; BORDER-TOP: #ffffff 1px groove; BORDER-LEFT: #ffffff 1px groove; COLOR: #333333; BORDER-BOTTOM: #ffffff 1px groove; HEIGHT: 18px; BACKGROUND-COLOR: #ffffff"; >
            </td>
          </tr>
          <tr> 
            <td align="center" height="38"> 
              <input name="imageField" type="image" src="images/login_bt_login.gif" width="45" height="19" border="0" onFocus="this.blur()" >
              &nbsp; <a href="user/regshjia.asp"><img src="images/login_bt_zc.gif" width="45" height="19" border="0"></a> 
              <a href="user/getpwdshjia.asp"> <img src="images/login_bt_wm.gif" border="0"></a> 
            </td>
          </tr>
        </form>
      </table>
      <%elseif request.cookies("songxf")("shjianame")<>"" then%>
      <div align="center">
        <p>&nbsp;</p>
        <p>登录成功,欢迎管理你的网上商城!</p>
        <p><br>
          <a href="index.asp"><font color="#FF0000">返回首页进行管理</font> </a> 
          <%end if%>
        </p>
        <p>&nbsp; </p>
      </div>
    </td>
  </tr>
</table>
<!--#include file="service1.asp"-->
<!--#include file="copyright.asp"-->
</body>
</html>
<SCRIPT LANGUAGE="JavaScript">
<!--
function checkspace(checkstr) {
  var str = '';
  for(i = 0; i < checkstr.length; i++) {
    str = str + ' ';
  }
  return (str == checkstr);
}

function checkfk()
{
   if(checkspace(document.fkinfo.username.value)) {
	document.fkinfo.username.focus();
    alert("请填写用户名!");
	return false;
  }
   if(checkspace(document.fkinfo.userpassword.value)) {
	document.fkinfo.userpassword.focus();
    alert("请填写密码!");
	return false;
  }
}
//-->
</script> 

⌨️ 快捷键说明

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