<%@ 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{ %>
Category modification
* 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()) { %> " type="hidden"> " type="hidden">
*Main field selection
*Category Name " id="" style="width:200px" maxlength="50"/>
<% } rst.close(); %>
Edit Cancel
<% } %> <%@include file="/field_manager/include/manager_bottom.jsp"%>