index.asp

来自「数据结构课程设计之最小生成数的K算法的实现 简短 简洁」· ASP 代码 · 共 72 行

ASP
72
字号
<title>科研管理系统登陆界面</title>
</head>
<STYLE type=text/css>A:link {
	COLOR: #000080; FONT-FAMILY: 宋体; TEXT-DECORATION: none
}
A:visited {
	COLOR: ##000080; FONT-FAMILY: 宋体; TEXT-DECORATION: none
}
A:active {
	FONT-FAMILY: 宋体; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #000080; text-decoration : none ;position : relative;top:1;left:1;
}
A.link { 
 COLOR: #000080; text-decoration : none ;position : relative;top:1;left:1;
}
BODY {
	COLOR: #000080; FONT-FAMILY: 宋体; FONT-SIZE: 9pt
}
TABLE {
	COLOR: #000080; FONT-FAMILY: 宋体; FONT-SIZE: 9pt
}

</STYLE>
<body topmargin="0" leftmargin="0" bgcolor="#276db2">
<br><br><br><br><br><br><br><br><br><br>
<table width="75%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><div align="center"><font size="6">教师科研信息管理系统</font></div></td>
  </tr>
</table>
<br><br>
<script>
function closewindow(form)
{
form.action=form.out.value;
return true;
}
</script>
<form action="login.asp" method="post" >
  <table width="50%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr> 
      <td height="20" colspan="2">
<div align="center"> 
          <p align="center"><font size="4"><strong>请输入用户名和密码</strong>:</font>
          </div></td>
    </tr>
    <tr> 
      <td width="30%"><div align="right">用户名:</div></td>
      <td width="70%"><input maxLength="20" name="name" size="12" class=editbox1 style="BORDER-RIGHT: #ffffff 1px groove; BORDER-TOP: #ffffff 1px groove; FONT: 16px Verdana,Geneva,sans-serif; BORDER-LEFT: #ffffff 1px groove; WIDTH: 240px; COLOR: #000000; BORDER-BOTTOM: #ffffff 1px groove; HEIGHT: 24px; BACKGROUND-COLOR: #ffffff"></td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td> <div align="right">密 码 :</div></td>
      <td><input name="password" size="12" type="password" class=editbox1 style="BORDER-RIGHT: #ffffff 1px groove; BORDER-TOP: #ffffff 1px groove; FONT: 16px Verdana,Geneva,sans-serif; BORDER-LEFT: #ffffff 1px groove; WIDTH: 240px; COLOR: #000000; BORDER-BOTTOM: #ffffff 1px groove; HEIGHT: 24px; BACKGROUND-COLOR: #ffffff"></td>
    </tr>
    <tr> 
      <td colspan="2"><div align="center"> 
          <input name="login" type="submit" value="登录">
        </div></td>
    </tr>
  </table>
</form>  

  
  
</html>

⌨️ 快捷键说明

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