?? student.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="errorpage.jsp" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#0099FF" text="#00FF00" link="#CCFF00">
<p>
<%
String id = (String)session.getAttribute("id");
//if(stu_id==null){response.sendRedirect("login.jsp");}
%>
<font size="+2" face="華文行楷">您已經(jīng)成功通過驗(yàn)證! 您可以使用如下服務(wù):</font> </p>
<p> </p>
<p> </p>
<table width="58%" border="0" align="center">
<tr>
<td><a href="DisplayCourse.jsp">選修課程</a></td>
<td><a href="StudentLoginSvlt?id=<%=id%>&action=checkmark">察看學(xué)分</a></td>
<td><a href="updateinformation.jsp">更改信息</a></td>
</tr>
</table>
<p> </p><p> </p><p><a href="login_confirm?action=logout"><<注銷 </a></p>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -