- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
product_detail.jsp
资源名称:shop.rar [点击查看]
上传用户:yatiankong
上传日期:2014-05-16
资源大小:5604k
文件大小:19k
源码类别:
Applet
开发平台:
Java
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*,java.io.*,java.util.*" errorPage="" %>
- <jsp:useBean id="productinfoBean" class="MyFly.Bean.productinfoBean" scope="request"/>
- <jsp:useBean id="useclassBeans" class="MyFly.Bean.useclassBeans" scope="request"/>
- <jsp:useBean id="characterclassBeans" class="MyFly.Bean.characterclassBeans" scope="request"/>
- <jsp:useBean id="productvoteBean" class="MyFly.Bean.productvoteBean" scope="request"/>
- <jsp:useBean id="useclassBean" class="MyFly.Bean.useclassBean" scope="request"/>
- <jsp:useBean id="productremarkBeans" class="MyFly.Bean.productremarkBeans" scope="request"/>
- <%
- request.setCharacterEncoding("gb2312");
- %>
- <script language="javascript">
- function openScript(url,name, width, height){
- var Win = window.open(url,name,'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
- }
- </script>
- <style type="text/css">
- <!--
- p{text-indent:2em}
- .style9 {color: #FF0000}
- -->
- </style>
- <%!
- StringBuffer convert(StringBuffer sour){
- for(int i=0;i<sour.length();i++){
- if(sour.substring(i,i+1).equals("n")){
- sour.delete(i,i+1);
- sour.insert(i,"</p><p>");
- }
- }
- return sour;
- }
- %>
- <%@ include file ="top.jsp" %>
- <%!
- String fun(String str)
- {
- try
- {
- return new String(str.getBytes("ISO8859_1"));
- }
- catch(Exception e)
- {
- return "";
- }
- }
- %>
- <%
- String proType=fun(request.getParameter("proType"));
- String proNum=request.getParameter("proNum").replace(',', '#');
- productinfoBean.getNew(proNum);//传递的值
- %>
- <!-- saved from url=(0030)http://172.28.110.153/xnld.htm -->
- <HTML><HEAD><TITLE></TITLE>
- <META http-equiv=Content-Type content="text/html; charset=gb2312">
- <META content="MSHTML 6.00.2800.1400" name=GENERATOR>
- <META content=JavaScript name=vs_defaultClientScript>
- <META content=http://schemas.microsoft.com/intellisense/ie5
- name=vs_targetSchema>
- <STYLE type=text/css>
- TD {
- FONT-SIZE: 9pt; LETTER-SPACING: 0.02em
- }
- A {
- COLOR: #000000; TEXT-DECORATION: none
- }
- A:hover {
- COLOR: red; TEXT-DECORATION: none}
- .hg {
- LINE-HEIGHT: 18px
- }
- .whitetx {
- COLOR: #ffffff
- }
- .ibox {
- BORDER-RIGHT: #ff386b 1px solid; BORDER-TOP: #ff386b 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #ff386b 1px solid; BORDER-BOTTOM: #ff386b 1px solid; HEIGHT: 16px; BACKGROUND-COLOR: #ffe6ed
- }
- .style3 {color: #FF0099}
- .style4 {color: #000000}
- a:link {
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- }
- a:active {
- text-decoration: none;
- }
- body {
- background-image: url(image/bk.jpg);
- }
- .sec1 {
- BORDER-RIGHT: gray 2px solid; BORDER-TOP: #ffffff 2px solid; BORDER-LEFT: #ffffff 2px solid; CURSOR: hand; COLOR: #000000; BORDER-BOTTOM: #ffffff 2px solid; BACKGROUND-COLOR: #eeeeee
- }
- .sec2 {
- BORDER-RIGHT: gray 1px solid; BORDER-TOP: #000000 1px solid; FONT-WEIGHT: bold; BORDER-LEFT: #ffffff 1px solid; CURSOR: hand; COLOR: #000000; BACKGROUND-COLOR: #000000
- }
- .main_tab {
- BORDER-RIGHT: gray 1px solid; BORDER-LEFT: #ffffff 1px solid; COLOR: #000000; BORDER-BOTTOM: gray 1px solid; BACKGROUND-COLOR: #d4d0c8
- }
- </STYLE>
- <BODY leftMargin=0 topMargin=0>
- <table width="771" height="665" border="0" align="center" cellspacing="0" bgcolor="#FFFFFF">
- <tr valign="middle">
- <td width="159" height="55" background="image/spfl1.jpg"> </td>
- <td width="608" rowspan="4" valign="top"><table width="100%" height="664" border="0" cellspacing="0">
- <tr>
- <td height="25" valign="top" bgcolor="#FFFFFF"><table width="80%" border="0">
- <tr bgcolor="#FFFFFF">
- <td width="8%"> </td>
- <td width="92%"><img src="image/xz07.gif" width="16" height="16"> <strong>当前位置: </strong><a href="index.jsp">首页</a><strong> --> </strong>产品详情 <span class="style9"><a href="shopcar/shoplist.jsp">我的购物车</a> <a href="shopcar/listinfo.jsp">订单信息</a></span></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td height="638" valign="top" bgcolor="#FFFFFF"><table width="103%" height="636" border="0" cellspacing="0">
- <tr bgcolor="#FFFFFF">
- <td width="40%" height="213" align="right"><table width="84%" height="189" border="1" bordercolor="#66CCCC">
- <tr>
- <td align="center" bordercolor="#FFFFFF"><img src="product_image/<%=productinfoBean.getMaxPicture()%>" width="165" height="181"></td>
- </tr>
- </table></td>
- <td width="60%" align="center" valign="middle">
- <table width="58%" height="152" border="0" cellspacing="0">
- <tr>
- <td width="205" height="20">产品名称: <%=productinfoBean.getProductName()%> </td>
- </tr>
- <tr>
- <td height="20">产品编号: <%=proNum%> </td>
- </tr>
- <tr>
- <td height="20">所属类别: <%=proType%></td>
- </tr>
- <tr>
- <td height="20">市场价: <%=productinfoBean.getMarketPrice()%></td>
- </tr>
- <tr>
- <td height="20">优惠价: <%=productinfoBean.getPreferPrice()%> </td>
- </tr>
- <tr>
- <td height="20">上货日期: <%=productinfoBean.getShangData()%></td>
- </tr>
- <tr>
- <td height="20">产品库存: <%=productinfoBean.getStorage()%></td>
- </tr>
- <tr>
- <td height="20"><a href="#" onclick="openScript('purchase.jsp?bookid=<%= proNum %>','pur',300,250)">放入购物车</a></td>
- </tr>
- </table></td></tr>
- <tr align="left" valign="middle">
- <td height="11" colspan="2">
- <table width="100%" border="0" cellspacing="0">
- <tr>
- <td width="1%"> </td>
- <td width="99%"><hr width="550" size="4" noshade color="#009999"></td>
- </tr>
- </table></td>
- </tr>
- <tr align="left" valign="middle">
- <td height="11" colspan="2"><table width="96%" border="0" cellspacing="0">
- <tr>
- <td width="13%" height="25"> </td>
- <td width="87%">用户已经发表的评论:</td>
- </tr>
- <%
- productremarkBeans.getQuery("5",proNum);
- if(productremarkBeans.getItems() > 0)
- {
- for(int i=0; i<productremarkBeans.getItems(); i++)
- {
- out.println("<tr><td> </td><td height="25">"+"<font color=red>标题:</font>"+" "+convert(new StringBuffer(productremarkBeans.getTitle(i)))+"<br>"+"<font color=blue>内容:</font>"+" "+convert(new StringBuffer(productremarkBeans.getContent(i)))+"</td></tr>");
- }
- }
- else
- {
- out.println("<tr><td> </td><td height="25">"+"<font color=red>暂时还没有该产品的用户评论</font>"+"</td></tr>");
- }
- %>
- </table></td>
- </tr>
- <tr align="center" valign="top">
- <td height="340" colspan="2"><SCRIPT language=javascript>
- function secBoard(n)
- {
- for(i=0;i<secTable.cells.length;i++)
- secTable.cells[i].className="sec1";
- secTable.cells[n].className="sec2";
- for(i=0;i<mainTable.tBodies.length;i++)
- mainTable.tBodies[i].style.display="none";
- mainTable.tBodies[n].style.display="block";
- }
- </SCRIPT>
- <!--HTML部分-->
- <TABLE width=440 height="40" border=0 cellPadding=0 cellSpacing=0 id=secTable>
- <TBODY>
- <TR align=middle height=20>
- <TD width="29%" height="40" class=sec2 onclick=secBoard(0)><img src="image/cpjs.jpg" width="151" height="41"></TD>
- <TD class=sec1 onclick=secBoard(1) width="29%"><img src="image/yhpl.jpg" width="151" height="41"></TD>
- <TD class=sec1 onclick=secBoard(2) width="42%"><img src="image/cptp.jpg" width="151" height="41"></TD>
- </TR>
- </TBODY>
- </TABLE>
- <TABLE width=513 height=333 border=0 align="center"
- cellPadding=0 cellSpacing=0 id=mainTable>
- <!--关于TBODY标记-->
- <TBODY style="DISPLAY: block">
- <TR>
- <TD width="551" height="18" align=center vAlign=top>
- <TABLE cellSpacing=0 cellPadding=0 width=482 border=0>
- <TBODY>
- <TR background="image/dgnbg1.jpg"> <%
- StringBuffer str=new StringBuffer(productinfoBean.getIntroduce());
- str=convert(str);
- %>
- <TD height="54" align="center" background="image/dgnbg1.jpg"> <table width="94%" height="48" border="0" cellspacing="0">
- <tr>
- <td width="3%" height="39"> </td>
- <td width="94%"><%=str%></td>
- <td width="3%"> </td>
- </tr>
- </table></TD>
- </TR>
- <TR>
- <TD height="9" background="image/dgnbg2.jpg"> </TD>
- </TR>
- </TBODY>
- </TABLE>
- </TD>
- </TR>
- </TBODY>
- <!--关于cells集合-->
- <TBODY style="DISPLAY: none">
- <TR>
- <TD height="147" align=center vAlign=top><table width="94%" border="0" cellspacing="0">
- <tr>
- <td width="480" height="73" align="center" background="image/dgnbg1.jpg"><TABLE cellSpacing=0 cellPadding=0 width=447 border=0>
- <TBODY>
- <TR>
- <TD height="145"><form name="form1" method="post" action="productremark.jsp?proType=<%=proType%>&proNum=<%=proNum.replace('#', ',')%>">
- <table width="100%" border="0" cellspacing="0">
- <tr>
- <td width="22%" height="39" align="center" valign="middle">评论标题:</td>
- <td width="78%"valign="middle"><input type="text" height="20" name="title" size="30"></td>
- </tr>
- <tr>
- <td align="center" valign="top">评论内容:</td>
- <td><textarea name="content" cols="45" rows="5"></textarea></td>
- </tr>
- <tr>
- <td valign="top"> </td>
- <td><input type="submit" name="Submit" value="提交">
-
- <input type="reset" name="Submit2" value="清除"></td>
- </tr>
- </table>
- </form></TD>
- </TR>
- </TBODY>
- </TABLE></td>
- </tr>
- <tr>
- <td height="9" align="center" background="image/dgnbg2.jpg"> </td>
- </tr>
- </table></TD>
- </TR>
- </TBODY>
- <!--关于tBodies集合-->
- <TBODY style="DISPLAY: none">
- <TR>
- <TD height="168" align=center vAlign=top>
- <table width="94%" border="0" cellspacing="0">
- <tr>
- <td background="image/dgnbg1.jpg"><TABLE cellSpacing=0 cellPadding=0 width=477 border=0>
- <TBODY>
- <TR>
- <TD width="477" height="168" align="center" valign="middle">
- <form name="form2" method="post" action="productvote.jsp?proType=<%=proType%>&proNum=<%=proNum.replace('#', ',')%>">
- <table width="80%" border="0" cellspacing="0">
- <tr>
- <td width="10%" height="24"> </td>
- <td width="90%">请选择您对该产品的评价: </td>
- </tr>
- <tr>
- <td> </td>
- <td>很好:
- <input name="productvote" type="radio" value="best" checked>
- 好:
- <input name="productvote" type="radio" value="good">
- 一般:
- <input type="radio" name="productvote" value="middle">
- 差:
- <input type="radio" name="productvote" value="bad">
-
- <input type="submit" name="Submit3" value="提交"></td>
- </tr>
- </table>
- </form>
- <table width="93%" border="0" cellspacing="0">
- <tr>
- <td width="16%"> </td>
- <td width="84%"><%
- int good;
- int best;
- int middle;
- int bad;
- int total_p;
- if(productvoteBean.getNew(proNum))
- {
- best=productvoteBean.getGood();
- good=productvoteBean.getBest();
- middle=productvoteBean.getMiddle();
- bad=productvoteBean.getBad();
- total_p=good+middle+bad+best;
- }
- else
- {
- good=0;
- middle=0;
- bad=0;
- best=0;
- total_p=0;
- }
- %></td>
- </tr>
- <tr>
- <td height="25"> </td>
- <td>已经有 <font color="#FF0000"><%=total_p%> </font>位 客人 投票</td>
- </tr>
- <tr>
- <td height="24"> </td>
- <td>投票结果:</td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0">
- <tr>
- <td width="18%"> </td>
- <td width="18%">很好:<font color="#FF0000"><%=best%></font>人</td>
- <td width="17%">好:<font color="#FF0000"><%=good%></font>人</td>
- <td width="16%">一般:<font color="#FF0000"><%=middle%></font>人</td>
- <td width="30%">差:<font color="#FF0000"><%=bad%></font>人</td>
- </tr>
- </table></TD>
- </TR>
- </TBODY>
- </TABLE></td>
- </tr>
- <tr>
- <td height="9" background="image/dgnbg2.jpg"> </td>
- </tr>
- </table> </TD>
- </TR>
- </TBODY>
- </TABLE></td>
- </tr>
- </table></td>
- </tr>
- </table></td>
- </tr>
- <tr valign="top">
- <td height="315" align="center" background="image/spfl22.jpg"><table width="97%" height="313" border="0" cellspacing="0">
- <tr>
- <td height="313" valign="top"><table width="99%" height="124" border="0" cellspacing="0">
- <tr>
- <td height="124" valign="top"><table width="151" height="86" cellpadding="0" cellspacing="0">
- <tr>
- <td height="23" colspan="2" valign="middle"> <span class="style3">---- <font style="font-size:13px;font-weight: bold">用途类别 ----</font></span></td>
- </tr>
- <%
- useclassBeans.getQuery("-1");
- for(int i=0; i<useclassBeans.getItems(); i++)
- {
- %>
- <tr>
- <td width="18" height="18" align="center" valign="middle">·</td>
- <td width="129" valign="middle" class="left"><a href="jjyp.jsp?proType=useType&pageNum=1&proNum=<%=useclassBeans.getUseclassID(i)%>"><%=useclassBeans.getUseclassName(i)%></a></td>
- </tr>
- <%
- }
- %>
- <tr>
- <td height="25" colspan="2" valign="middle"> <span class="style3"> ---- <font style="font-size:13px;font-weight: bold">性质类别 ----</font></span><font style="font-size:13px;font-weight: bold"> </font></td>
- </tr>
- <%
- characterclassBeans.getQuery("-1");
- for(int i=0; i<characterclassBeans.getItems(); i++)
- {
- %>
- <tr>
- <td width="18" height="18" align="center" valign="middle">·</td>
- <td width="129" valign="middle" class="left"><a href="jjyp.jsp?proType=characterType&pageNum=1&proNum=<%=characterclassBeans.getCharacterID(i)%>"><%=characterclassBeans.getCharacterName(i)%></a></td>
- </tr>
- <%
- }
- %>
- </table></td>
- </tr>
- </table></td>
- </tr>
- </table> </td>
- </tr>
- <tr valign="top">
- <td height="55" align="center" background="image/yqlj.jpg"> </td>
- </tr>
- </table>
- <%@ include file ="foot.jsp"%>
- </BODY></HTML>