board/registerPage.jsp
페이지 정보

본문
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ include file="/WEB-INF/views/include/header.jsp" %>
<br>
<center>
<h3>WRITER PAGE</h3>
<form method="post">
<table>
<tr>
<td>제목</td>
<td><input type="text" name="title"></td>
</tr>
<tr>
<td>내용</td>
<td><textarea name="content" rows="3"></textarea></td>
</tr>
<tr>
<td>작성자</td>
<td><input type="text" name="writer"></td>
</tr>
<tr>
<td></td>
<td><button type="submit">Submit</button></td>
</tr>
</table>
</form>
</center>
<br>
<%@ include file="/WEB-INF/views/include/footer.jsp" %>
- 이전글board/modifyPage.jsp 24.07.30
- 다음글● 페이징 처리 ③ ( PageMaker.java ) 24.07.30
댓글목록
등록된 댓글이 없습니다.
