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

📄 re.asp

📁 千年免费电影系统 V3.1版 修正了V3.0版后台无法登陆的问题
💻 ASP
字号:
<%@ Language=VBScript %>
<!--#include file="articleconn.asp"-->
<%
dim sql
dim rs
dim listname
dim typename
typename="天空网络"
set rs=server.createobject("adodb.recordset")
sql="select review,title,reviewcount from learning where articleid="&clng(request("id"))

rs.open sql,conn,1,1
%>
<html>

<head>
<title>评论:<%=rs("title")%></title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" type="text/css" href="css/css.css">
<SCRIPT language=javascript>
<!--
var state=0
window.resizeTo(600,570);
window.moveTo((screen.width-600)/2, (screen.height-600)/2);
//-->
</SCRIPT>
</head>
<body topmargin="0" leftmargin="5" bgcolor="#ffffff">
<div align="center">
  <div align="center">
    <center>
    <table border="0" cellpadding="0" cellspacing="0" width="560">
      <tr>
        <td width="100%" bgcolor="#000000">
        <div align="center">
          <table width="100%" height="75" border="1" cellpadding="0" cellspacing="0" bordercolor="f2f2f2">
            <tr>
              <td bgcolor="#ffffff" height="30">
              <div align="center">
                <font color=000000><b>以下是影片《<%=rs("title")%>》的评论内容</b> 
              </div>
              </td>
            </tr>
            <tr>
              <td bgcolor="#fffffff" height="47">
              <table width="100%" border="0" cellspacing="0" cellpadding="0" height="2">
                <tr>
                  <td width="100%" bgcolor="#ffffff" height="2">
                  <div align="center">
                    <br><p align="center"><a href=addre.asp?ID=<%=clng(request("id"))%>><u>既然你来了就点这儿发表一下吧</u></a>
                  </div>
                  </td>
                </tr>
              </table>
              <%if rs("review")<>"" then 
      Response.Write  rs("review")%>
              <%else Response.Write "<br><p align=center>该片目前没有任何评论</p>" 
  end if%>
              <p><br>
              <% 
rs.close 
set rs=nothing 
conn.close 
set conn=nothing 
                  %> </td>
            </tr>
          </table>
        </div>
        </td>
      </tr>
    </table>
    </center>
  </div>
</div>
<div align="center">
</div>

</body>

</html>

</body>
</html>

⌨️ 快捷键说明

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