document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <%--
  2. Document : index
  3. Created on : 2011-09-06, 17:55:22
  4. Author : Kamil
  5. --%>
  6.  
  7. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  8. <!DOCTYPE html>
  9. <html>
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  12. <title>JSP Page</title>
  13. </head>
  14. <body>
  15. <form action="local.jsp.do">
  16. <input type="text" name="Imie" value="" />
  17. <input type="submit" value="OK" />
  18. </form>
  19.  
  20. </body>
  21. </html>
');