?? student.asp
字號:
<%
Set hdobj = Server.CreateObject("HD.comOpen")'請保證此行在最前面
ID=Session("stuID")
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="pragma" content="no-cache">
<title>紅笛軟件</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
.style4 {
color: #FF0000;
font-size: 14px;
}
.style5 {font-size: 14px}
.style10 {font-size: 12px}
.style11 {
color: #FFFFFF;
font-family: "黑體";
font-size: 14;
}
body {
background-image: url(../Image/bg.gif);
background-attachment: fixed;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.B A:link {
FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.B A:visited {
FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.B A:hover {
FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.B A:active {
FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.STYLE12 {color: #FFFFFF;
font-size: 16;
font-family: "黑體";
}
.STYLE13 {color: #FFFFFF}
-->
</style>
<script language=javascript>
function CheckForm() {
if (document.form1.a.value=="")
{
alert("賬號不能為空!");
return false;
}
if (document.form1.b.value=="")
{
alert("密碼不能為空!");
return false;
}
}
-->
</script>
</head>
<body>
<table width="1003" align="center" border="0" cellpadding="0" cellspacing="0"><form name="form1" method="post" action="Logon.asp" onSubmit="CheckForm()">
<tr> </tr>
<tr>
<td><table width="1003" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3399fd">
<tr>
<td height="150" align="center" valign="middle"><img src="../Image/bigbga.jpg" width="1003" height="150"></td>
</tr>
<tr>
<td height="28" align="center" valign="middle" background="../Image/bg01a.jpg" class="B"> </td>
</tr>
<tr>
<td height="80" align="center" valign="middle"> </td>
</tr>
<tr>
<td height="180" align="center" valign="middle" class="B"><a href="studentPer.asp?ID=<%=ID%>" target="_blank">基本情況</a> <a href="StuPerl.asp?ID=<%=ID%>" target="_blank">在校表現</a> <a href="StuRusPes.asp?ID=<%=ID%>" target="_blank">學習成績</a> <a href="StudentPerfree.asp?ID=<%=ID%>" target="_blank">繳費情況</a></td>
</tr>
<tr>
<td height="200" align="center" valign="middle"> </td>
</tr>
<tr>
<td height="28" align="center" valign="middle" background="../Image/bg01a.jpg"> </td>
</tr>
</table></td>
</tr> </form>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -