<%@ 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 s_relation = r_call(request.getParameter("c_relation")); if(c_no.equals("")){ %> <% }else{ %>
Mainfield Manager Edit
* Please be sure to enter the items marked with the mark.
<% String sql1=" SELECT * from tbl_manager where c_no = " + c_no + " "; ResultSet rst = stmt.executeQuery(sql1); if(rst.next()) { %>
*Main field selection
*Manager Name " id="" style="width:60px" maxlength="10"/>
ID <%=rst.getString("c_id")%> * ID cannot be changed..
Password * Please enter only when changing.
Password Confirm * Enter the same password again.
Department " id="" style="width:150px" />
rank " id="" style="width:120px" maxlength="20"/>
Phone " id="" style="width:100px" maxlength="20"/>
email " id="" style="width:200px" maxlength="50"/>
<% } rst.close(); %>
Edit Cancel
<% } %> <%@include file="/manager_for_cms/include/manager_bottom.jsp"%>