作 者: precom (皮蛋) 2000.12.10 reply.jsp ==================================== <html><head> <META content="text/html; charset=gb2312 " http-equiv=Content-Type>
<title>张家界电话黄页(网上114)</title></head> <style type="text/css"> <!-- BODY { FONT-FAMILY: "宋体","Arial Narrow", "Times New Roman"; FONT-SI ZE: 9pt } .p1 { FONT-FAMILY: "宋体", "Arial Narrow", "Times New Roman"; FONT-SIZ E: 12pt } A:link { COLOR: #00793d; TEXT-DECORATION: none } A:visited { TEXT-DECORATION: none } A:hover { TEXT-DECORATION: underline} TD { FONT-FAMILY: "宋体", "Arial Narrow", "Times New Roman"; FONT-SIZE : 9pt } .p2 { FONT-FAMILY: "宋体", "Arial Narrow", "Times New Roman"; FONT-SIZ E: 9pt; LINE-HEIGHT: 150% } .p3 { FONT-FAMILY: "宋体", "Arial Narrow", "Times New Roman"; FONT-SIZ E: 9pt; LINE-HEIGHT: 120% }
--> </style>
<body>
<%@ page contentType="text/html; charset=GB2312" %> <%@ page language="java" import="java.sql.*" %> <jsp:useBean id="testInq" scope="page" class="ymbean.opDb" /> <% int pages=1; int pagesize=10; int count=0; int totalpages=0;
String countsql="",inqsql="",updatesql="",lwhere="",insertsql="",st= "";
String lw_title="",lw_author="",pagetitle="",author_http="",author_e mail="",lw_ico="0", lw_content="",lw_class1=""; String author_ip="",lw_time="",lw_class2="",lw_type="",zt_time="",zt _author=""; int answer_num=0,click_num=0; int inquire_item=1; String inquire_itemt="",inquire_value=""; String lurlt="<a href=reply.jsp?";
lwhere=" where "; //只显示主贴
/* Enumeration e = request.getParameterNames(); while (e.hasMoreElements()) { String name = (String) e.nextElement(); */ try{ //取显示的页页序数 pages = new Integer(request.getParameter("pages")).intValue(); } catch (Exception e) {} try{ //取查询参数 lw_class1=new String(request.getParameter("lw_class1").getBytes ("ISO8859_1")); lw_class2=new String(request.getParameter("lw_class2").getBytes ("ISO8859_1")); zt_time=new String(request.getParameter("zt_time").getBytes("IS O8859_1")); zt_author=new String(request.getParameter("zt_author").getBytes ("ISO8859_1"));
lwhere=" where ( lw_class1='"+lw_class1+"' and lw_class2='"+lw_ class2+ "' and (lw_time='"+ zt_time+"' or zt_time='"+zt_time+
上一篇:jsp留言板源代码二: 给jsp初学者.
下一篇:jsp留言板源代码四: 给jsp初学者.
|