📄 userloginsucceed.jsp
字号:
<%@ include file="import.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-size: 36pt;
color: #FF0000;
}
.STYLE2 {font-size: 24pt; color: #0066FF; font-weight: bold; }
-->
</style>
</head>
<body>
<%
String name = (String)session.getAttribute("name");
%>
<form id="form1" name="form1" method="post" action="">
<p> </p>
<p align="center" class="STYLE1"><strong>恭喜,<%=name %> </strong></p>
<p align="center" class="STYLE1"><strong>您已成为本站普通会员!</strong></p>
<p align="center" class="STYLE1"> </p>
<p align="center" class="STYLE2"><a href="bookOnLine.jsp">去购书吧!</a></p>
<p> </p>
<p> </p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -