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

📄 xx_pinglun.asp

📁 顶级影视站ASP源代码系统。很全面很强大。数据库用access
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="HMconnection.asp"-->
<!--#include file="webconfig.asp"-->
<%
Dim pinglRS,moviefile
set pinglRS=server.createobject("adodb.recordset")
pinglRS.open "select * from filmReview where ID="&request.QueryString("id"),conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=webname%>---影视谍报</title>
<link href="http://127.0.0.1/newmovie/images/CNFNOT.ICO" rel="shortcut icon">
<link rel="stylesheet" href="style/style.css" type="text/css">
</head>
<body bgcolor="#FFFFFF"  leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" BACKGROUND="index1.files/background-extender.gif" oncontextmenu=self.event.returnValue=false onselectstart="return false">
<br style="line-height:10px;">
<table width="470" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#CCCCCC">
  <tr>
    <td  height="25" align="center" valign="middle">影片评论>>>||| <font color="#FF0000"><%=pinglRS("reviewName")%></font> |||</td>
  </tr>
</table>
<table cellspacing=1 cellpadding=3 width="470"  bgcolor=#cccccc border=0 height="230" align="center">
  <tbody>
    <tr valign=top bgcolor=#fbfbfb> 
      <td width=66 height="20" align=center noWrap> <font color="#990000">评论名称:</font></td>
      <td width=216>&nbsp;<%=pinglRS("reviewName")%></td>
      <td width=166 rowspan=5 valign="middle"> <div align="center"><img src="filmpic/defaut1.jpg" width="151" height="214" border="0"></div></td>
    </tr>
    <tr valign=top bgcolor=#fbfbfb> 
      <td width=66 height="20" valign=center noWrap> 
        <div align="center"><font color="#990000">评论作者: 
          </font></div></td>
      <td valign=center width="216">&nbsp;<%=pinglRS("userName")%></td>
    </tr>
    <tr align=top bgcolor=#fbfbfb> 
      <td width="66" height="20" align=center noWrap> 
        <div align="center"><font color="#990000">发表日期: 
          </font></div></td>
      <td width="216" align=left noWrap><font color="#FF9900"><font color="#993300">&nbsp;<%=pinglRS("reviewAddDay")%></font></font></td>
    </tr>
    <tr valign=top bgcolor=#fbfbfb> 
      <td height="20" colspan="2" valign="middle"><font color="#990000">评论内容:</font></td>
    </tr>
    <tr valign=top bgcolor=#fbfbfb> 
      <td colspan="2" height="150"><font color="#666666">&nbsp;&nbsp;&nbsp;&nbsp;<%=pinglRS("reviewCont")%></font></td>
    </tr>
  </tbody>
</table>
 </body>
</html>
<%
pinglRS.close
set pinglRS=nothing
set conn=nothing
%>

⌨️ 快捷键说明

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