index.asp

来自「asp.net用c#编写」· ASP 代码 · 共 59 行

ASP
59
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>成绩管理系统</title>
<style type="text/css">
<!--
@import url("20041026_25175_stry_css.css");
a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.style1 {color: #263F16}
body {
	background-image: url();
}
-->
</style>
</head>
<body>
<p><table width="600" height="200" border="1" align="center" cellpadding="0" cellspacing="0" bgcolor="FDFEF9">
        <tr>
          <td width="51%" height="198" valign="top"> 
            <p align="left">&nbsp;</p>
            <p align="center" class="style1"><font size="4">学生登录</font></p>
            <div align="center">
              <table width="200" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC">
                <tr>
                  <td bordercolor="#FFFFFF" height="141"> 
                    <form action="checklogin.asp" method="post" name="form1" target="_blank">
                      <table width="200" border="0" align="center">
                        <tr> 
                          <td width="139">学号:</td>
                          <td width="139"> 
                            <input name="xh" type="text" size="20">
                          </td>
                        </tr>
                        <tr> 
                          <td width="139">密码:</td>
                          <td width="139">
                            <input type="password" name="mm" size="20">
                          </td>
                        </tr>
                        <tr> 
                          <td width="280" colspan="2"> 
                            <div align="center"> 
                              <input name="submit" type="submit" value="提交">
                            </div>
                          </td>
                        </tr>
                      </table>
                  </form></td>
                </tr>
              </table>
          </div></td>
        </tr>
      </table></p></body>
</html>

⌨️ 快捷键说明

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