success.jsp
上传用户:zhc3n3
上传日期:2022-07-30
资源大小:2750k
文件大小:2k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

JavaScript

  1. <%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
  2. <%
  3. String path = request.getContextPath();
  4. String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
  5. %>
  6. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  7. <html>
  8.   <head>
  9.   <style type="text/css">
  10. .3dfont { FILTER: glow(color=ffffff,strength=0) shadow(color=cccccc,direction:135); POSITION: relative; WIDTH: 100% } 
  11. .style1 {color:#008040}
  12.   </style>
  13.   <base href="<%=basePath%>">
  14.   <title>My JSP 'success.jsp' starting page</title>
  15.   <meta http-equiv="pragma" content="no-cache">
  16.   <meta http-equiv="cache-control" content="no-cache">
  17.   <meta http-equiv="expires" content="0">
  18.   <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  19.   <meta http-equiv="description" content="This is my page">
  20.   <!--
  21. <link rel="stylesheet" type="text/css" href="styles.css">
  22. -->
  23.   <script language="JavaScript" type="text/JavaScript">
  24. <!--
  25. function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  26.   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
  27.     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  28.   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
  29. }
  30. MM_reloadPage(true);
  31. //-->
  32.   </script>
  33.   </head>
  34.   
  35.   <body style="background-color:#CCCCCC ">
  36.     <div id="Layer1" style="position:absolute; left:282px; top:148px; width:678px; height:137px; z-index:1; background-color:#FFFFFF">
  37.     <h1 class="3dfont style1">尊敬的用户:${sessionScope.username},你添加成功!</h1>
  38.     <br>
  39.     <form action="showProduct.do">
  40.       
  41.       <div align="center">
  42.         <input type="submit" name ="show" value="点击查看"/>
  43.         <a href="product.jsp">返回继续添加</a>
  44.         </div>
  45.     </form>
  46.   </div>
  47.   </body>
  48. </html>