Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 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 onload="document.forms['paypalForm'].submit();">
  10.  
  11. <form name="paypalForm" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
  12. <input type="hidden" name="cmd" value="_xclick" />
  13. <input type="hidden" name="business" value="MyUserName" />
  14. <input type="hidden" name="password" value="MyPassword" />
  15. <input type="hidden" name="custom" value="1123" />
  16. <input type="hidden" name="item_name" value="Computer-Laptop" />
  17. <input type="hidden" name="amount" value="30"/>
  18. <input type="hidden" name="rm" value="1" />
  19. <input type="hidden" name="return" value="gallery.jsp" />
  20. <input type="hidden" name="cancel_return" value="gallery.jsp" />
  21. <input type="hidden" name="cert_id" value="MySignature" />
  22. </form>
  23.  
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement