?? index.htm
字號:
<HTML><HEAD><TITLE>電腦培訓部學員中心</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<SCRIPT language=JavaScript>
function checkit(){
var theForm;
theForm=document.loginform;
if (theForm.studentid.value==""){
alert("請輸入你的學員ID!");
theForm.studentid.select();
return false;
}
else if (theForm.pwd.value==""){
alert("請輸入你的密碼!");
theForm.pwd.focus();
return false;
}
else {
theForm.submit();
}
}
</SCRIPT>
<LINK href="images/style.css" rel=stylesheet>
<BODY bgColor=#ffffff onload="javascript:document.loginform.studentid.focus()">
<P> </P>
<P> </P>
<FORM name=loginform action="test/chkstudent.jsp" method=post>
<TABLE width=650 align=center border=0>
<TR>
<TD colSpan=3><IMG height=43 src="images/center.gif"
width=351></TD>
<TD vAlign=bottom>
<A href="register"><IMG height=17 src="images/to2.gif" width=70 border=0></A>
</TD>
</TR>
<TR>
<TD colSpan=3 height=71> </TD>
<TD vAlign=bottom height=71> </TD></TR>
<TR>
<TD colSpan=3>
<DIV align=center><IMG height=17 src="images/input.gif" width=224></DIV>
</TD>
<TD vAlign=bottom> </TD>
</TR>
<TR>
<TD colSpan=4>
<DIV align=center>ID:<INPUT maxLength=6 name=studentid> 密碼:
<INPUT type=password name=pwd> </DIV></TD>
</TR>
<TR>
<TD colSpan=4>
<DIV align=center><INPUT type=button value="確 定" name="submit1" onclick="checkit()">
<INPUT type=reset value="重 寫" name=Submit3>
</DIV>
</TD>
</TR>
</TABLE>
</FORM>
<P> </P>
<P> </P>
<P align=center><FONT color=#3366cc size=2>--amor studio--</FONT></P>
</BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -