<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@include file="/manager_for_cms/include/manager_head.jsp"%> <% String c_no = r_call(request.getParameter("c_no")); String c_field = r_call(request.getParameter("c_field")); if(c_no.equals("")){ %> <% }else{ %>
Category Edit
* Please be sure to enter items marked with
<% 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="/manager_for_cms/include/manager_bottom.jsp"%>