📄 lm_add.jsp
字号:
<%@page language="java"%>
<%@page contentType="text/html;charset=8859_1"%>
<%@page import="java.sql.*"%>
<%@page import="DBCon"%>
<% DBCon DBConBean=new DBCon(); %>
<%@page import="Lmoption"%>
<% Lmoption LmoptionBean=new Lmoption(); %>
<html>
<head>
<title>无标题文档</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<%
String lm_name = request.getParameter("lm_name");
String lm_type = request.getParameter("lm_type");
int lm_type_new = Integer.parseInt(lm_type);
String lm_line = request.getParameter("lm_line");
String lm_win = request.getParameter("lm_win");
String lm_admin_mail = request.getParameter("lm_admin_mail");
String lm_moban_id = request.getParameter("lm_moban_id");
String lm_vist_power = request.getParameter("lm_vist_power");
String lm_info = request.getParameter("lm_info");
String lm_tx = request.getParameter("lm_tx");
String lm_xh = request.getParameter("lm_xh");
String lm_power =(String)session.getValue("s_u_power_id");
String s_jb_id =(String)session.getValue("s_jb_id");
out.println(lm_name+","+lm_type+","+lm_line+","+lm_moban_id+","+lm_vist_power);
LmoptionBean.setParam(lm_info,lm_tx,lm_name,lm_type_new,lm_line,lm_win,lm_admin_mail,lm_moban_id,lm_vist_power,lm_xh,lm_power,s_jb_id);
LmoptionBean.setConn(DBConBean.getConnection());out.println("ok");
if(LmoptionBean.isInlm()){DBConBean.closeAll();
response.sendRedirect("../logs/rz_add.jsp?path=../lanmu/lm_brow.jsp&logs_do=新增栏目&logs_biao=lanmu"); }
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -