successpage.jsp

来自「java的一系列产品中包括jsme,jmse,j2ee,本文件提供j2ee实现的」· JSP 代码 · 共 35 行

JSP
35
字号
<!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> &copy; 2002, BEA Systems, Inc. All rights reserved. 
      </p> 
</body>
</html>

⌨️ 快捷键说明

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