%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@include file="/field_manager/include/manager_head.jsp"%>
<%
String c_no = r_call(request.getParameter("c_no"));
String c_field = "" + session.getAttribute("manager_field_no");
if(c_no.equals("")){
%>
<%
}else{
%>
* Please be sure to enter the items marked with the mark *.
|
<%
String sql1=" SELECT * from tbl_project where c_no = " + c_no + " ";
ResultSet rst = stmt.executeQuery(sql1);
if(rst.next()) {
%>
<%
}
rst.close();
%>
|
<%
}
%>
<%@include file="/field_manager/include/manager_bottom.jsp"%>