📄 successpage.jsp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;CHARSET=iso-8859-1">
<meta name="description" content="BEA WebLogic Server">
<meta name="keywords" content="BEA WebLogic Server">
<title>BEA WebLogic Server Form Validation Tags Example -- Success Page</title>
</head>
<body bgcolor="#ffffff" LEFTMARGIN="10" RIGHTMARGIN="10"
link="#3366cc" vlink="#9999cc" alink="#0000cc">
<!-- CONTENT -->
<img src="images/BEA_Button_Final_web.gif" align=right>
<table> <tr><td colspan=2><font face="Helvetica">
<H2><FONT COLOR=RED>All fields were entered correctly.</font></h2>
You entered the following values:<p>
<tr><td width=30%>Username:</td> <td> <b> <%= request.getParameter("username") %></b></td></tr>
<tr><td>Password:</td> <td> <b> <%=request.getParameter("password") %></b></td></tr>
<tr><td>Email:</td><td> <b> <%= request.getParameter("email") %></b> </td></tr>
</table>
<hr>
<p> © 2002, BEA Systems, Inc. All rights reserved.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -