⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adminiloginsucceed.jsp

📁 网上书店jsp开发 购物车 收藏 使用servlet 是小型项目 仅供参考
💻 JSP
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page contentType="text/html; charset=gb2312" %> 
<% request.setCharacterEncoding("GB2312"); %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {
	font-family: "华文新魏";
	font-size: 36pt;
	font-weight: bold;
	color: #FF0000;
}
.STYLE2 {
	color: #0099FF;
	font-size: 18px;
	font-weight: bold;
}
.STYLE3 {color: #0099FF; font-size: 24px; font-weight: bold; }
-->
</style>
</head>

<body>
	<% 
		String name = (String)session.getAttribute("name");
	%>

<form id="form1" name="form1" method="post" action="">
  <p>&nbsp;</p>
  <p>&nbsp;	</p>
  <p align="center" class="STYLE1">恭喜您,<%=name %> </p>
  <p align="center" class="STYLE1">您已成为本站管理员</p>
  <p align="center" class="STYLE2">&nbsp;	</p>
  <p align="center" class="STYLE3"><a href="manage.jsp">进入管理页面</a></p>
  <p>&nbsp;</p>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -