%@ page contentType="text/html; charset=EUC-KR"%>
<%@ page import="JavaBoardBean.*,java.util.*"%>
<%
request.setCharacterEncoding("euc-kr");
%>
<%
int nowPage = 0;
int totalRecord = 5;
String keyField = "";
String keyWord = "";
Vector boardList;
%>
<%
boardList=myDB.getBoardList(keyField, keyWord);
//totalRecord=boardList.size();
%>
°øÁö»çÇ×
<%
for(int i=0; i
<%=num%>
<%= subject %><%=regdate%>
<%
}
%>