?? student_login.asp
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>考生登錄</title>
<link href="student.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
-->
</style>
</head>
<script language="javascript">
//限制本頁面必需顯示在框架中的main窗口里
if(window.name != 'main')
{
window.open('student_login.asp','main');
}
</script>
<body>
<br><br>
<form name="frmLogin" action="student_checklogin.asp" target="main" method="post">
<table width="90%" align="center" cellspacing="1" cellpadding="0" border="0" bgcolor="#FFFFFF" class="tborder">
<tr>
<td height="30" colspan="2" align="center" class="tdtbg">
<font size=4 color="#FFFFFF"><strong>考 生 登 錄</strong></font>
</td>
</tr>
<tr class="tdbg">
<td width="170" height="28" align="right">
登錄ID:
</td>
<td align="left">
<input name="username" class="text" type="text" size="30" maxlength="100">
</td>
</tr>
<tr class="tdbg">
<td width="170" height="28" align="right">
登錄密碼:
</td>
<td align="left">
<input name="pwd" class="text" type="password" size="30" maxlength="100">
</td>
</tr>
<tr class="tdbg">
<td height="50" colspan="2" align="center">
<font color="green">如果你不是本系統考生請單擊注冊填寫注冊申請。</font><br>
<input type="submit" value=" 登 錄 ">
<input onClick="window.open('student_reg.asp','main')" type="button" value=" 注 冊 ">
</td>
</td>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -