%@ 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"));
if(c_no.equals("")){
%>
<%
}else{
%>
* 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()) {
%>
<%
}
rst.close();
%>
|
<%
}
%>
<%@include file="/manager_for_cms/include/manager_bottom.jsp"%>