招标信息管理系统

源代码在线查看: guanli_typeadd1.jsp~8~~1~

软件大小: 3963 K
上传用户: z147028571a
关键词: 信息管理系统
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
								  request.setCharacterEncoding("GBK");
				
				
				  String name=null;
				  if(request.getParameter("name")!=null)
				    name=request.getParameter("name").trim();
				  String content=null;
				  if(request.getParameter("content")!=null)
				    content=request.getParameter("content").trim() ;
				  NewType newtype=new NewType();
				  Type type=new Type();
				  type.setType_name(name);;
				  type.setType_content(content);
				  newtype.addType(type);
				  newtype.freeCon();
				  %>
				  
				      
				      
				      guanli_typeadd1
				      
				      
				  function closewin()
				{
				   window.opener.location.reload();
				   window.close();
				}
				
				      
				      
				     
				添加类别成功!关闭本窗口
				
				      
				      			

相关资源