login.asp

来自「网上勾物系统欢迎大家下在 如有问题可以联系我」· ASP 代码 · 共 28 行

ASP
28
字号

<table width="195" height="150" border="0" cellpadding="0" cellspacing="0" background="chinese/login.gif">
 <form name="form1" method="post" action="{$setpath}chklogin.asp">
  <tr> 
    <td height="30" colspan="2" align="center">&nbsp;</td>
  </tr>
  <tr> 
    <td width="39%" height="30" align="right"><font color="#FFFFFF">用户名 |</font></td>
    <td width="61%"><input name="username" type="text" value="USER ID" size="12" class="input1" onFocus="this.value=''"></td>
  </tr>
  <tr> 
    <td height="30" align="right"><font color="#FFFFFF">用户密码 |</font></td>
    <td><input name="userpassword" type="password" value="PASSWORD" size="12" class="input1" onFocus="this.value=''"></td>
  </tr>
  <tr> 
    <td height="30" align="right"><font color="#FFFFFF">验证码 |</font></td>
    <td><input name="passcode" type="text" size="5" maxlength="4" class="input1" onFocus="this.value=''"> 
      <font color="#FFFFFF"><img src="code.asp"></font></td>
  </tr>
  <tr> 
    <td height="30" align="right" class="link1"><font color="#FFFFFF"><a onclick="window.open('{$setpath}getpassword.asp','','top=200,left=260,width=360,height=160')" style="cursor:hand">忘记密码?</a><br>
      </a><a href="{$setpath}register.asp">还未注册?</a></font></td>
    <td align="center" class="link1">
      <input type="image" name="imageField" src="{$setpath}images/log_in.gif" width="58" height="21"/></td>
  </tr>
  </form>
</table>

⌨️ 快捷键说明

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