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

📄 yanzheng.asp

📁 ASP+Accesss数据库设备WEB报修
💻 ASP
字号:
<!--#include file =conn.asp-->
<%if session("baoxiuuser_id")<>"" then
    response.write "<script language=jscript>alert('您已是本站的用户所以不能打开此页!');window.location.href='index.asp';</script>"
	response.end
end if%>
<!--#include file =head.asp-->
<SCRIPT language=javascript>
function  form_onsubmit()
{
  var strTemp = document.form.admin_valcode.value;
  if (strTemp.length == "" )
  {
      alert("验证密码不能为空!");
      document.form.admin_valcode.focus();
      return false;
  }  
}
</SCRIPT>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="1">
  <tr>
    <td height="30" align="center"><span class="style1"><strong>注册新用户</strong></span></td>
  </tr>
</table>
<div align="center"></div>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center">
	<form action="yzlogin.asp" method="POST" name="form" id="form" onSubmit="return form_onsubmit()">

  <table width="500" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><table width="500" border="0" align="center" cellpadding="0" cellspacing="1" class="TableBorder">
        <tr bgcolor="#FFFFCC">
          <td height="40" colspan="2"><p align="center"><strong>第一步:验证您的身份</strong><br />
                  <span class="style1">验证密码请向网络中心咨询!</span></p></td>
        </tr>
        <tr bgcolor="#FFFFFF" >
          <td height="30" align="center" class="TableRow2">验证密码 :&nbsp;
              <input name="admin_valcode" type="password" class="wu" id="password" size="30" />
          </td>
        </tr>
      </table></td>
    </tr>
  </table>
  <p align="center"><input name="join0" type="submit" class="button2" id="join3" value=" 下一步 " >
  </p>
</form></td>
  </tr>
</table>
<!--#include file =bottom.asp-->

⌨️ 快捷键说明

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