sendlog.asp

来自「俄罗斯方块另类.zip - 又一个俄罗斯方块的代码(转)用vc写的著名游戏俄罗斯」· ASP 代码 · 共 41 行

ASP
41
字号
<html>
<head>
<title>登陆</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="config.css" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000" background="bg01.gif">
<form name="form1" method="post" action="logsendok.asp">
  <table width="230" border="0" height="181" align="center">
    <tr> 
      <td width="43%">呢称:<br>
        <font color="#FF0000">非真实姓名</font></td>
      <td width="57%"> 
        <input type="text" name="nicname">
      </td>
      
    </tr>
    <tr> 
      <td width="43%">密码:</td>
      <td width="57%"> 
        <input type="password" name="passw">
      </td>
    </tr>
    <tr> 
      <td colspan="2" height="55" valign="top">      
        <div align="center">
          <input type="submit" name="Submit" value="登陆">
            
          <input type="reset" name="Submit2" value="清除">
          
        </div>
      </td>
    </tr>
  </table>
  <br>
</form>

</body>
</html>

⌨️ 快捷键说明

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