GameNCode

Signup Success

Dec 24th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
  2. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  7. <title>Success</title>
  8. <link rel="stylesheet" type="text/css" href="Style.css">
  9. </head>
  10. <body>
  11. <img src="${pageContext.request.contextPath}/images/pen.jpg" height = "500px" width = "1000px" align = "middle"/>
  12. <a name="home"></a>
  13. <div>
  14. <h1>Welcome to our Pen Sale Site!!!!!</h1>
  15. <form id="signup" action="Success.jsp" method="get">
  16. <ul>
  17. <li><a href="#">Home</a></li>
  18. <li><a href="#news">News</a></li>
  19. <li><a href="ContactUs.jsp">Contact</a></li>
  20. <li><a href="#about">About</a></li>
  21. <li><a href="Signup.jsp">Sign Up</a></li>
  22. </ul>
  23. <h1 id="center">${param.uname} You have successfully signed up!</h1>
  24. </body>
  25. </html>
Add Comment
Please, Sign In to add comment