Advertisement
Guest User

hmtlss

a guest
Sep 14th, 2011
4,834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement