📄 listpinglun.asp
字号:
<!--#include file="conn.asp"-->
<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 bgcolor="#E8F1FF" leftmargin="4" topmargin="4" marginwidth="0" marginheight="0">
<table width="95%" border="1" cellspacing="0" cellpadding="1" bordercolor="#999999" align="center">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="9" rowspan="2"></td>
<td class="12v">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="12v">
<tr>
<td class="12v" >
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" id="AutoNumber3" height="0" width="100%">
<tr>
<td>
<%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="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><%=trim(rs("pingluncontent"))%></td>
</tr>
<tr>
<td height="16">
<div align="center"><a href="javascript:window.close()">关闭窗口</a></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="12v" width="9" rowspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<%rs.close
set rs=nothing%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -