📄 taocan_res.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
taocan1_res
</title>
</head>
<jsp:useBean id="taocan1_resBeanId" scope="session" class="sk.taocanadd_resBean" />
<jsp:setProperty name="taocan1_resBeanId" property="*" />
<body>
<%
if((request.getParameter("haveextend")).equals("1"))
{
session.putValue("extend",request.getParameter("extend"));
session.putValue("sms",request.getParameter("sms"));
session.putValue("jiaoyicuohe",request.getParameter("jiaoyicuohe"));
session.putValue("juecezixun",request.getParameter("juecezixun"));
}
try{
taocan1_resBeanId.setTaocan1((String)session.getValue("taocan1"));
taocan1_resBeanId.setTaocan2((String)session.getValue("taocan2"));
taocan1_resBeanId.setTaocan3((String)session.getValue("taocan3"));
taocan1_resBeanId.setTaocan4((String)session.getValue("taocan4"));
taocan1_resBeanId.setTaocan5((String)session.getValue("taocan5"));
taocan1_resBeanId.setCompanyaddress((String)session.getValue("companyaddress"));
taocan1_resBeanId.setCompanysrc((String)session.getValue("companysrc"));
taocan1_resBeanId.setEmail((String)session.getValue("email"));
taocan1_resBeanId.setFax((String)session.getValue("fax"));
taocan1_resBeanId.setHandphone((String)session.getValue("handphone"));
taocan1_resBeanId.setName((String)session.getValue("name"));
taocan1_resBeanId.setPassword((String)session.getValue("password"));
taocan1_resBeanId.setPhone((String)session.getValue("phone"));
taocan1_resBeanId.setPostcode((String)session.getValue("postcode"));
taocan1_resBeanId.setUsername((String)session.getValue("username"));
taocan1_resBeanId.setTaocan((String)session.getValue("type"));
taocan1_resBeanId.setExtendtaocan((String)session.getValue("extend"));
taocan1_resBeanId.setJiaoyicuohe((String)session.getValue("jiaoyicuohe"));
taocan1_resBeanId.setJuecezixun((String)session.getValue("juecezixun"));
taocan1_resBeanId.setSms((String)session.getValue("sms"));
taocan1_resBeanId.setDiy11((String)session.getValue("c11"));
taocan1_resBeanId.setDiy12((String)session.getValue("c12"));
taocan1_resBeanId.setDiy13((String)session.getValue("c13"));
taocan1_resBeanId.setDiy21((String)session.getValue("c21"));
taocan1_resBeanId.setDiy22((String)session.getValue("c22"));
taocan1_resBeanId.setDiy23((String)session.getValue("c23"));
taocan1_resBeanId.setDiy31((String)session.getValue("c31"));
taocan1_resBeanId.setDiy32((String)session.getValue("c32"));
taocan1_resBeanId.setDiy33((String)session.getValue("c33"));
taocan1_resBeanId.setDiy41((String)session.getValue("c41"));
taocan1_resBeanId.setDiy42((String)session.getValue("c42"));
taocan1_resBeanId.setDiy43((String)session.getValue("c43"));
taocan1_resBeanId.setDiy51((String)session.getValue("c51"));
taocan1_resBeanId.setDiy52((String)session.getValue("c52"));
taocan1_resBeanId.setDiy53((String)session.getValue("c53"));
}catch (Exception ex){
out.print("<br><FONT color=#ff0000><center>"+"您的输入不完整!!</center></font></p>");
}
taocan1_resBeanId.insert();
out.print(taocan1_resBeanId.getAaa());
response.sendRedirect("register4.jsp");
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -