?? studentloginsuccess.jsp
字號:
<%@ page language="java" pageEncoding="GB18030"%>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="pragma" content="no-cache"/>
<meta http-equiv="cache-control" content="no-cache"/>
<head>
<title>網(wǎng)上選課系統(tǒng)----登錄成功</title>
<!--
<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 sname=(String)session.getAttribute("sname"); %>
<span class="STYLE3">歡迎:</span><font color="red" class="STYLE2"><%=sname %></font><span class="STYLE6">進入網(wǎng)上選課系統(tǒng)</span><br>
<%response.setHeader("refresh","2;url=filter/studentmainframe.html");%>
<span class="STYLE6">您已經(jīng)成功登錄,兩秒后將自動跳轉到新的頁面<br>
如沒有跳轉,請點擊</span><span class="STYLE7"><font color="red"><a href="filter/studentmainframe.html" >這里</a></font><font color="red"><a href="filter/110.jsp" ></a></font></span>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -