网吧网站留言本。主要使用基于MVC模式的JSP+JAVABEAN+SERVLET
源代码在线查看: res.jsp~28~
com.netbar.bean.gbBean gbbeanres=new com.netbar.bean.gbBean();
com.netbar.dao.gbDao gbdao=new com.netbar.dao.gbDao();
request.setCharacterEncoding("GBK");
response.setContentType("text/html;charset=GBK");
//response.setCharacterEncoding("text/html;charset=GBK");
String gbid=(String)request.getParameter("id");
System.out.println(gbid);
session.setAttribute("gbidRes",gbid);
int tempID=Integer.parseInt(gbid);
gbbeanres=gbdao.getBeanInfo(tempID);
int id=gbbeanres.getGbID();
String gbTitle=gbbeanres.getGbTitle();
String gbContent=gbbeanres.getGbContent();
String gbReply=gbbeanres.getGbReply();
String gbPerson=gbbeanres.getGbPerson();
String gbWeb=gbbeanres.getGbWeb();
String gbMail=gbbeanres.getGbMail();
String gbQQ=gbbeanres.getGbQQ();
String gbFace=gbbeanres.getGbFace();
String gbIP=gbbeanres.getGbIP();
String gbPcname=gbbeanres.getGbPcname();
String gbTime=gbbeanres.getGbTime();
String gbRedate=gbbeanres.getGbRedate();
%>
管理回复 - 中青网络会所留言本系统 v1.0
.style1 {
font-size: 16pt;
font-weight: bold;
}
.style2 {color: #FF0000}
-->
管理员回复界面
〈-同时可以编辑留言-〉
用户昵称:
用户OICQ:
电子邮箱:
个人主页:
留言主题:
留言内容:
版主回复: