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

📄 diebao.asp

📁 顶级影视站ASP源代码系统。很全面很强大。数据库用access
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="HMconnection.asp"-->
<!--#include file="webconfig.asp"-->
<!--#include file="ImageFile.asp"--> 
<%
Dim nfRS1,moviefile
set nfRS1=server.createobject("adodb.recordset")
nfRS1.open "select * from NewFilm where nfID="&request.QueryString("nfID"),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="style/background-extender.gif" oncontextmenu=self.event.returnValue=false onselectstart="return false">
<br style="line-height:5px;">
<table width="470" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#CCCCCC">
  <tr>
    <td  height="25" align="center" valign="middle">影视谍报>>>||| <font color="#FF0000"><%=nfRS1("filmName")%></font> |||</td>
  </tr>
</table>
<table cellspacing=1 cellpadding=3 width="470"  bgcolor=#cccccc border=0 height="290" align="center">
  <tbody>
    <tr valign=top bgcolor=#fbfbfb> 
      <td align=center noWrap width=66> <font color="#990000">影片名称:</font></td>
      <td width=200>&nbsp;<%=nfRS1("filmName")%></td>
      <td width=182 rowspan=8 valign="middle"> <div align="center"><img src="
	             <%if nfRS1("filmpic")="" then
				  moviefile=FIfile(trim(nfRS1("picfile")))&"default.jpg"
				  else moviefile=FIfile(trim(nfRS1("picfile")))&trim(nfRS1("filmpic"))
				  end if
				  response.Write(moviefile)%>" width="151" border="0"></div></td>
    </tr>
    <tr valign=top bgcolor=#fbfbfb> 
      <td valign=center noWrap width=66> <div align="center"><font color="#990000">主要演员: 
          </font></div></td>
      <td valign=center width="200">&nbsp;<%=nfRS1("mainactors")%></td>
    </tr>
    <tr valign=top bgcolor=#fbfbfb> 
      <td align="center" valign=middle noWrap><font color="#990000">电影导演:</font></td>
      <td valign=center>&nbsp;<%=nfRS1("directors")%></td>
    </tr>
    <tr valign=top bgcolor=#fbfbfb> 
      <td align=center valign="middle" noWrap><font color="#990000">出品公司:</font></td>
      <td valign=center>&nbsp;<%=nfRS1("productor")%></td>
    </tr>
    <tr valign=top bgcolor=#fbfbfb> 
      <td align=center noWrap valign="middle"><font color="#990000">电影产地:</font></td>
      <td valign=center>&nbsp;<%=nfRS1("madeBy")%></td>
    </tr>
    <tr align=top bgcolor=#fbfbfb> 
      <td align=center noWrap valign="middle"><font color="#990000">电影类型:</font></td>
      <td>&nbsp;<%=nfRS1("filmlevel")%></td>
    </tr>
    <tr align=top bgcolor=#fbfbfb> 
      <td width="66" align=center noWrap> <div align="center"><font color="#990000">上市日期: 
          </font></div></td>
      <td width="200" align=left noWrap><font color="#FF9900"><font color="#993300">&nbsp;<%=nfRS1("proDay")%></font></font></td>
    </tr>
    <tr valign=top bgcolor=#fbfbfb> 
      <td align=center width="66" height="33" valign="middle"><font color="#990000">期待指数:</font> 
      </td>
      <td width="200" valign="middle">&nbsp;<img name="filmArray" src="Filmarray/<%=nfRS1("goodlevel")%>.gif" alt="推荐程度图片"> 
      </td>
    </tr>
    <tr valign=top bgcolor=#fbfbfb> 
      <td colspan="3" align=left valign="middle"><font color="#990000">影片简介:</font></td>
    </tr>
    <tr valign=top bgcolor=#fbfbfb> 
      <td colspan="3" align=left valign="middle"> &nbsp;&nbsp;&nbsp;&nbsp;<font color="#666666"><%=nfRS1("FilmCont")%></font> 
      </td>
    </tr>
  </tbody>
</table>
 </body>
</html>
<%
nfRS1.close
set nfRS1=nothing
set conn=nothing
%>

⌨️ 快捷键说明

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