⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pinglunll.asp

📁 一套很早的多用户电子商务程序
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
pinglunid=request.QueryString("id")
%>
<html>
<head>
<title>用户评论</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
<style>
td{font-size:9pt;line-height:120%;color:#353535;} 
body{font-size:9pt;line-height:120%} 

a:link          { color: #000000; text-decoration: none }
a:visited       { color: #000000; text-decoration: none }
a:active        { color: #000000; text-decoration: none }
a:hover         { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
</head>
<body background="pic/bg.jpg" leftmargin="0" topmargin="4" marginwidth="00">
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from shop_pinglun where pinglunid="&pinglunid,conn,1,1
%>
<table width="98%" border="0" cellpadding="0" cellspacing="5">
  <tr>
    <td>对商品:[<font color="#0000FF"><%=request.QueryString("Product_name")%></font>]的评论: 
    </td>
  </tr>
</table>
<table width="98%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolorlight="#3399FF" bordercolordark="#FFFFFF">
  <tr> 
    <td width="23%">评论标题:</td>
    <td width="77%"><strong><font color="#0000FF">&nbsp;<%=rs("pingluntitle")%></font></strong></td>
  </tr>
  <tr> 
    <td>姓名:</td>
    <td>&nbsp;<%=rs("pinglunname")%></td>
  </tr>
  <tr> 
    <td>评级:</td>
    <td>&nbsp;<img src="../images/pingji/<%=rs("pingji")%>.gif"></td>
  </tr>
  <tr> 
    <td>评论正文:</td>
    <td>&nbsp;<%=rs("pingluncontent")%></td>
  </tr>
  <tr> 
    <td><font color="#FF0000">管理回复:</font></td>
    <td>&nbsp;<%=rs("huifu")%></td>
  </tr>
</table>
<div align="center"><br>
  [<a href="#" onClick="window.close();">关闭窗口</a>]  [<a href="javascript:history.back(1)">返回上页</a>]</div>
<p>
  <%rs.close
set rs=nothing%>
</p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -