アットウィキロゴ

KS > practice > Practice14jsp1

  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  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=UTF-8">
  7. <title>Insert title here</title>
  8. </head>
  9. <body>
  10. <center>
  11. <h1>メニュー</h1>
  12. <br/>
  13. <form action='/j2eepractice/practice14_2.do' method='get'>
  14. <input type='submit' value='計算'>
  15. </form>
  16. </center>
  17. </body>
  18. </html>
  19.  
最終更新:2013年05月31日 08:20