📄 managerloginsuccess.jsp
字号:
<%@ page language="java" pageEncoding="GB18030"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>网上选课系统----登录成功</title>
<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">
<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 mname=(String)session.getAttribute("mname"); %>
<span class="STYLE3">欢迎:</span><font color="red" class="STYLE2"><%=mname %></font><span class="STYLE6">进入网上选课系统</span><br>
<%response.setHeader("refresh","2;url=filter/managermainframe.html");%>
<span class="STYLE6">您已经成功登录,两秒后将自动跳转到新的页面.<br>
如没有跳转,请点击</span><span class="STYLE7"><font color="red"><a href="filter/managermainframe.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 + -