jsp数据库开发实例精粹全书原代码
无解压缩密码
包括 书店
源代码在线查看: guanli_typeadd1.jsp~8~
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();
}
添加类别成功!关闭本窗口