root/okpoll/WebContent/inputPoll.jsp

리비전 5, 0.5 kB (mefour에 의해 체크인됨, 16 년 전)

--

  • svn:mime-type 속성이 text/plain (으)로 설정되어있습니다.
Line 
1 <%@ page language="java" contentType="text/html; charset=EUC-KR"
2     pageEncoding="EUC-KR"%>
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=EUC-KR">
7 <title>설문등록</title>
8 </head>
9 <body>
10 <h1>설문입력</h1>
11 <h2>* 설문을 입력하세요</h2>
12 <form action="inputItem.jsp" method="post">
13         <input name="question" style="width: 453px;"/><br>
14         <input type="submit" value="답변입력으로" />
15 </form>
16 </body>
17 </html>
참고: 소스 브라우저를 사용하면서 도움이 필요하다면, TracBrowser를 참고하십시오.