login.asp

来自「带界面的银行管理系统。包括客户界面和内部管理界面。采用两种方式来实现数据库的连接」· ASP 代码 · 共 60 行

ASP
60
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {
	font-family: "Times New Roman", Times, serif, "华文楷体";
	font-size: 36px;
	color: #000099;
}
.STYLE2 {
	font-family: "Times New Roman", Times, serif, "华文楷体";
	font-size: 24px;
}
-->
</style>
</head>

<body>
<table width="507" height="218" border="1" align="center">
  <tr>
    <td height="81" colspan="2" align="center" valign="middle" background="head_118e172.jpg"><span class="STYLE1">用户登陆</span></td>
  </tr>
  <tr>
    <td width="171" height="41" align="right" valign="middle"><form action="" method="post" name="form1" class="STYLE2" id="form1">
      用户名:
    </form>    </td>
    <td width="320"><form id="form2" name="form2" method="post" action="">
      <label>
        <input name="username" type="text" id="username" />
        </label>
    </form>
    </td>
  </tr>
  <tr>
    <td height="43" align="right" valign="middle"><form action="" method="post" name="form3" class="STYLE2" id="form3">
      密码:
    </form>    </td>
    <td height="43"><form id="form4" name="form4" method="post" action="">
      <label>
        <input name="password" type="text" id="password" />
        </label>
    </form>
    </td>
  </tr>
  <tr>
    <td height="41" colspan="2" align="center" valign="middle"><form id="form5" name="form5" method="post" action="">
      <label>
        <input type="submit" name="Submit" value="登陆" />
        </label>
    </form>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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