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

📄 tjuser.asp

📁 在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在
💻 ASP
字号:
<!-- #include file="logincheck.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
-->
</style>
<link href="../css/style.css" rel="stylesheet" type="text/css">
</head>

<body>
<form action=tjusercheck.asp method="post">
  <table border="1" cellspacing="0" cellpadding="4" bordercolorlight="#DDDDDD" bordercolordark="#FFFFFF" align="center" width="360">
    <tr>
      <td height="23" colspan="2" align="center" bgcolor="#EEEEEE"><b> 添加会员 </b></td>
    </tr>
    <tr>
      <td>会员姓名: </td>
      <td>
        <input name="Customer" type="text" class="face" id="Customer">
&nbsp;&nbsp;</td>
    </tr>
    <tr>
      <td>会员密码: </td>
      <td><input name="Password" type="text" class="face" id="Password">
&nbsp;&nbsp;</td>
    </tr>
    <tr>
      <td align="center"><div align="left">真实姓名:</div></td>
      <td align="center"><div align="left">
          <input name="xm" type="text" class="face" id="xm">
      </div></td>
    </tr>
    <tr>
      <td align="center"><div align="left">真实性别:</div></td>
      <td align="center"><div align="left">
          <input name="xb" type="radio" value="男" checked>
        <input name="xb" type="radio" value="女" >
              </div></td>
    </tr>
    <tr>
      <td align="center"><div align="left">拥有点数:</div></td>
      <td align="center"><div align="left">
          <input name="dianshu" type="text" class="face" id="dianshu">
      </div></td>
    </tr>
    <tr>
      <td align="center"><div align="left">会员类型:</div></td>
      <td align="center"><div align="left">
        <select name="lx" id="lx">
            <option value="包月会员">包月会员</option>
            <option value="终生会员">终生会员</option>
        </select>
      </div></td>
    </tr>
    <tr>
      <td colspan="2" align="center"><input name="submit2" type="image" src="../image/submit.gif" width="50" height="19">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="javascript:history.go(-1)"><img src="../image/reset.gif" width="50" height="19" border="0" ></a></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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