listpinglun.asp
来自「BJXSHOP购物管理系统是一个功能完善、展示信息丰富的电子商店销售平台;针对企」· ASP 代码 · 共 35 行
ASP
35 行
<!--#include file="connection.asp"-->
<%if session("admin")="" then response.end%>
<html>
<head>
<title>显视评论正文</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="admin.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-color: #f1f1f1;
}
-->
</style></head>
<body leftmargin="4" topmargin="4" marginwidth="0" marginheight="0">
<%dim pinglunid
pinglunid=request.QueryString("id")
set rs=server.CreateObject("adodb.recordset")
rs.open "select pingluncontent from shop_pinglun where pinglunid="&pinglunid,conn,1,1%>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="cecece"><%=trim(rs("pingluncontent"))%></td>
</tr>
<tr>
<td height="16"><div align="center"><a href="javascript:window.close()">关闭窗口</a></div></td>
</tr>
</table>
</body>
</html>
<%rs.close
set rs=nothing%>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?