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

📄 reg3.asp

📁 一个小型ASP做的工资管理系统,这也是别人做的,我觉得他很地干静.
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
if webreg2<>"yes" then
response.write"暂停新员工注册,请联系管理员开通。"
response.End
end if

if request("agree")<>"yes" then
response.write "<script>alert('请认真查看协议,同意协议后再继续!');location.href='reg.asp'</script>"
end if
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=webname%></title>
<LINK href="css.css" rel=stylesheet type=text/css>
<style type="text/css">
<!--
body {
	background-image: url(images/bj.gif);
	background-color: #9EB6D8;
}
.STYLE1 {
	color: #FFFFFF;
	font-weight: bold;
}
-->
</style></head>

<body>
<br>
<br>
<form name="form1" method="post" action="regok.asp">
<table width="780" border="0" align="center" cellpadding="5" cellspacing="1" class="a2">
  <tr>
    <td colspan="2" bgcolor="#698CC3"  class="a1"><div align="center" class="STYLE1">填写注册信息</div></td>
  </tr>
  <tr>
    <td width="10%" bgcolor="#FFFFFF" class="a4"><div align="center">姓&nbsp;名:</div></td>
    <td width="86%" bordercolor="#0066FF" bgcolor="#FFFFFF"><input name="name" type="text" id="name" size="15">
    以后当作登陆帐号用</td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF" class="a4"><div align="center">密&nbsp;码:</div></td>
    <td width="86%" bordercolor="#0066FF" bgcolor="#FFFFFF"><input name="pass" type="password" id="pass"></td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF" class="a4"><div align="center">性&nbsp;别:</div></td>
    <td width="86%" bordercolor="#0066FF" bgcolor="#FFFFFF"><select name="sex" id="sex">
        <option value="boy">男</option>
        <option value="girl">女</option>
    </select></td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF" class="a4"><div align="center">年&nbsp;龄:</div></td>
    <td width="86%" bordercolor="#0066FF" bgcolor="#FFFFFF"><input name="age" type="text" id="age" size="10"></td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF" class="a4"><div align="center">工牌号:</div></td>
    <td width="86%" bordercolor="#0066FF" bgcolor="#FFFFFF"><input name="gong" type="text" id="gong"></td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF" class="a4"><div align="center">身份证:</div></td>
    <td width="86%" bordercolor="#0066FF" bgcolor="#FFFFFF"><input name="shen" type="text" id="shen" size="40">
    必须输入正确的身份证号</td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF" class="a4"><div align="center">银行帐号:</div></td>
    <td width="86%" bordercolor="#0066FF" bgcolor="#FFFFFF"><input name="yin" type="text" id="yin" size="40">
    例如:工商银行 **** **** **** **** ***</td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF" class="a4"><div align="center">电&nbsp;话:</div></td>
    <td width="86%" bordercolor="#0066FF" bgcolor="#FFFFFF"><input name="tel" type="text" id="tel">
    例如:区号-电话号码</td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF" class="a4"><div align="center">Q&nbsp;Q:</div></td>
    <td width="86%" bordercolor="#0066FF" bgcolor="#FFFFFF"><input name="qq" type="text" id="qq">
    例如:15253061</td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF" class="a4"><div align="center">E-mail:</div></td>
    <td width="86%" bordercolor="#0066FF" bgcolor="#FFFFFF"><input name="email" type="text" id="email"></td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF" class="a4"><div align="center">地&nbsp;址:</div></td>
    <td width="86%" bordercolor="#0066FF" bgcolor="#FFFFFF"><input name="add" type="text" id="add" size="60"></td>
  </tr>
  <tr>
    <td colspan="2" bgcolor="#FFFFFF" class="a4"><div align="center">
      <input type="submit" name="Submit" value="信息填写完毕,开始注册">
    </div></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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