Advertisement
yshhuu

cartValue.jsp

Aug 18th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  2. pageEncoding="ISO-8859-1"%>
  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>Insert title here</title>
  8. </head>
  9. <body>
  10. cart items: ${requestScope["user"]}
  11.  
  12. <br>
  13. cost: ${requestScope["co"]}
  14. <form action="Pay" method=GET>
  15. UserName: <input type="text" name="uname" value="uname">
  16. Password:<input type="password" name="pass" value="pass">
  17. <button type="Submit" value="Submit">Login</button>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement