⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.htm

📁 eayanQuery思燕大学成绩查询系统 版本 V1.6
💻 HTM
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML lang="gb2312">
	<HEAD>
		<title>思燕Seayan成绩查询系统SQL版本v1.0----现代教学管理信息系统</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<meta http-equiv="Content-Language" content="gb2312">
		<meta content="all" name="robots">
		<meta content="websvc@163.com" name="author">
		<meta content="版权所有:Seagreen 2005-2008" name="Copyright">
		<meta content="思燕Seayan成绩查询系统SQL版本v1.0, 由 赵海 先生模仿方正教务管理系统开发。" name="description">
 		<LINK href="/favicon.ico" type="image/x-icon" rel="icon">
		<LINK rev="stylesheet" media="all" href="images/login.css" type="text/css" rel="stylesheet">
	</HEAD>
<body onload="document.myform.Username.focus();">
<script language="javascript">	
function CheckMyForm() 
{
  if(myform.Username.value == '') {
    alert('请输入您的用户名!');
     myform.Username.focus();
    return false;
  }
     if (myform.Password.value == '')
     {
	 alert("请输入您的登录密码!");
 	 myform.Password.focus();
	 return false; 
   }   
  if (myform.Password.value.length<6)
  {
    alert('授权密码不能少于六位!');
    myform.Password.focus();
    return false;
  }
}
//-->
</script>
<form name="myform" method="post" action="ReceiveData.asp" onSubmit="return CheckMyForm()">
 <div id="login">
  <div id="img123"><img height="47" src="images/bslogin_01.gif" width="559" /><img height="66" src="images/bslogin_02.gif" width="559" /><img height="87" src="images/bslogin_03.gif" width="559" /></div>
  <div id="denglu">
    <table cellspacing="0" cellpadding="3" width="550" align="center" border="0">
      <tr>
        <td width="18%"><div align="right"><img height="16" src="images/name.gif" width="11" /> 用户名:</div></td>
        <td width="27%"><input name="Username" type="text" id="TextBox1" tabindex="1" class="textbox" style="width:130px;" /></td>
        <td width="19%"><div align="right"><img height="12" src="images/mm.gif" width="11" /> 密 码: </div></td>
        <td width="36%" align="left"><input name="Password" type="password" id="TextBox2" tabindex="2" class="textbox" style="width:130px;" /></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td colspan="2"><table id="RadioButtonList1" border="0" style="width:100%;">
          <tr>
            <td>选择您的用户类型:</td>
         <td><input id="RadioButtonList1_1" type="radio" name="UserType" value="教师" tabindex="3" />教师</td>
         <td><input id="RadioButtonList1_2" type="radio" name="UserType" value="学生" checked="checked" tabindex="3" />
           学生</td>
           </tr>
        </table></td>
        <td align="left"><input type="submit" name="Button1" value=" 登 录 " id="Button1" class="button" />
            <input type="submit" name="Button2" value=" 关 闭 " id="Button2" class="button" onclick="window.close();" />
			 </td>
      </tr>
    </table>
  </div>
  <img height="30" src="images/bslogin_05.gif" width="559" usemap="#Map" border="0" />
  <map id="Map" name="Map">
    <area shape="RECT" target="_blank" alt="作者主页!" coords="1,2,89,29" href="http://www.iconfident.cn" />
  </map>
</div>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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