?? teacherloginsuccess.jsp
字號:
<%@ page language="java" pageEncoding="GB18030"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>網上選課系統----登錄成功</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
background-color: #99CCFF;
}
.STYLE2 {font-family: "隸書"}
.STYLE3 {
font-size: 16;
color: #000066;
font-weight: bold;
}
.STYLE6 {color: #000066; font-weight: bold; font-size: 16px; }
.STYLE7 {font-size: 16px}
-->
</style></head>
<body>
<p> </p>
<p> </p>
<p> </p>
<center>
<%String tname=(String)session.getAttribute("tname"); %>
<span class="STYLE3">歡迎:</span><font color="red" class="STYLE2"><%=tname %></font><span class="STYLE6">進入網上選課系統</span><br>
<%response.setHeader("refresh","2;url=filter/teachermainframe.html");%>
<span class="STYLE6">您已經成功登錄,兩秒后將自動跳轉到新的頁面<br>
如沒有跳轉,請點擊</span><span class="STYLE7"><font color="red"><a href="filter/110.jsp" >這里</a></font><font color="red"><a href="filter/teachermainframe.html" ></a></font></span>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -