qtjc.asp
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:6k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <%on error resume next%>
  2. <!--#include file="articleconn.asp"-->
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  4. <!-- saved from url=(0091)http://520mov.chinavb.com.cn/movie_tv.asp?indx=&idtype=警匪刑侦&area=大陆&method=&showtype= -->
  5. <HTML><HEAD><TITLE>其它剧场</TITLE>
  6. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  7. <LINK 
  8. href="img1/style.css" 
  9. type=text/css rel=stylesheet>
  10. <SCRIPT language=JavaScript type=text/JavaScript>
  11. <!--
  12. function MM_preloadImages() { //v3.0
  13.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  14.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  15.     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  16. }
  17. //-->
  18. </SCRIPT>
  19. <META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
  20. <BODY bgColor=#737373>
  21. <SCRIPT language=javascript>
  22. function chksearch(){
  23. if (document.form1.scontent.value==""){
  24. alert("请输入查询条件!");
  25. document.form1.scontent.focus();
  26. return false;
  27. }
  28. }
  29. </SCRIPT>
  30. <!--#include file=top.asp-->
  31. <TABLE cellSpacing=0 cellPadding=0 width=993 border=0>
  32.   <TBODY>
  33.   <TR>
  34.     <TD bgColor=#e1dfdf height=8></TD></TR></TBODY></TABLE>
  35. <TABLE cellSpacing=0 cellPadding=0 width=993 border=0>
  36.   <TBODY>
  37.   <TR>
  38.     <TD bgColor=#e1dfdf height=8></TD></TR></TBODY></TABLE>
  39. <TABLE cellSpacing=0 cellPadding=0 width=993 border=0>
  40.   <TBODY>
  41.   <TR>
  42.     <TD bgColor=#7d7d7d height=1></TD></TR></TBODY></TABLE>
  43. <TABLE cellSpacing=0 cellPadding=0 width=993 border=0>
  44.   <TBODY>
  45.   <TR>
  46.     <TD bgColor=#ffffff height=2></TD></TR></TBODY></TABLE>
  47. <TABLE height=40 cellSpacing=0 cellPadding=0 width=993 
  48. background="img1/5.gif" 
  49. border=0>
  50.   <TBODY>
  51.   <TR vAlign=top>
  52.     <TD width=58>
  53. <IMG height=30 hspace=1 
  54.       src="img1/21.gif" 
  55.       width=110></TD>
  56.     <TD vAlign=center align=right>
  57.       <TABLE height=24 cellSpacing=0 cellPadding=0 width=780 border=0>
  58.         <TD align=right><TABLE height=24 cellSpacing=0 cellPadding=0 border=0>
  59. <TBODY>
  60. <TR>
  61. <TD align=middle width=70 
  62. background=img1/sub_bg.gif><a href="dljc.asp" target=_blank>大陆剧场</a></TD>
  63. <TD width=2><img src height=1 width=2></TD>
  64. <TD align=middle width=70 
  65. background=img1/sub_bg.gif><a href="omjc.asp" target=_blank>欧美剧场</a></TD>
  66. <TD width=2><img src height=1 width=2></TD>
  67. <TD align=middle width=70 
  68. background=img1/sub_bg.gif><a href="gtjc.asp" target=_blank>港台剧场</a></TD>
  69. <TD width=2><img src height=1 width=2></TD>
  70. <TD align=middle width=70 
  71. background=img1/sub_bg.gif><a href="rhjc.asp" target=_blank>日韩剧场</a></TD>
  72. <TD align=middle width=70 
  73. background=img1/sub_bg.gif><a href="rhjc.asp" target=_blank>其他影片</a></TD>
  74. <TD width=2><img src height=1 width=2></TD>
  75. </TR></TBODY></TABLE></TD></TABLE></TD>
  76.     <TD align=right>
  77. <IMG height=31 hspace=1 
  78.       src="img1/7.gif" 
  79.       width=83></TD>
  80.     </TR></TBODY></TABLE>
  81. <TABLE height=8 cellSpacing=0 cellPadding=0 width=993 
  82. background="img1/20.gif" 
  83. border=0>
  84.   <TBODY>
  85.   <TR>
  86.     <TD width=977> </TD>
  87.     </TR></TBODY></TABLE>
  88. <div align="left">
  89. <table width="993" border="0" cellpadding="0" cellspacing="0">
  90.   <tr>
  91.     <td width="191" rowspan="2" valign="top" bgcolor="#FFFFFF">
  92.       <table width="191" border="0" cellpadding="0" cellspacing="0">
  93.         <tr>
  94.           <td width="193" valign="top"><img src="img1/ff.jpg" width="191" height="28"></td>
  95.         </tr>
  96.         <tr>
  97.         <td align="right">
  98. <table bordercolorlight="#BCB8B8" bordercolordark="#BCB8B8" style="border-collapse: collapse" border="1" width="100%">       
  99. <%
  100. sql="select * from learning where where='其他' order by articleid desc"
  101. set rs=server.createobject("adodb.recordset")
  102. rs.open sql,conn,1,1
  103. for k=1 to 47
  104. if not rs.eof then
  105. %>
  106. <tr>
  107.           <td bgcolor="#EFEFEF">&nbsp;&nbsp;&nbsp; <a href="movie.asp?id=<%=rs("articleid")%>" target=_blank><%=rs("title")%></a></td>
  108.           <td>&nbsp;&nbsp;&nbsp; [<%=rs("typeid")%>]</a></td>
  109.         </tr>
  110. <%
  111. rs.movenext
  112. end if
  113. next
  114. %>
  115. </table>
  116. </td></tr>
  117.     </table></td>
  118.     <td width="100%" valign="top" bgcolor="#FFFFFF">
  119. <iframe name="mainqita" width="790" frameborder=0 src="mainqita.asp" id="web" height="912" scrolling="no" align="top" height="150" ></iframe>
  120. </td>
  121.   </tr>
  122.   <tr>
  123.     <td align="left" valign="top" bgcolor="#FFFFFF">      
  124. <TABLE width=100% height=15 
  125. border=0 cellPadding=0 cellSpacing=0 
  126. background="img1/20.gif">
  127.         <TBODY>
  128.           <TR>
  129.             <TD width=98% height="15"></TD>
  130.           </TR>
  131.         </TBODY>
  132.       </TABLE></td>
  133.   </tr>
  134. </table>
  135. </div>
  136. <TABLE height=8 cellSpacing=0 cellPadding=0 width=993 
  137. background="img1/20.gif" 
  138. border=0>
  139.   <TBODY>
  140.   <TR>
  141.     <TD width=977> </TD>
  142.     </TR></TBODY></TABLE>
  143. <TABLE height=8 cellSpacing=0 cellPadding=0 width=993 border=0>
  144.   <TBODY>
  145.   <TR>
  146.     <TD class=black-2 align=right width=977 bgColor=#ffffff height=25>
  147.     请选择页码:
  148. <%
  149. rs.pagesize=20
  150. for p=1 to rs.pagecount
  151.    response.write "<a href='mainqita.asp?page_no="&p&"'target='mainqita'>"&p&"</a>&nbsp;&nbsp;"
  152. next
  153. %>
  154. 共<%=rs.pagecount%>页
  155.     </TD>
  156.     </TR></TBODY></TABLE>
  157. <%
  158. rs.close
  159. set rs=nothing
  160. %>
  161. <TABLE height=8 cellSpacing=0 cellPadding=0 width=993 
  162. background="img1/20.gif" 
  163. border=0>
  164.   <TBODY>
  165.   <TR>
  166.     <TD width=977> </TD>
  167.     </TR></TBODY></TABLE>
  168. <TABLE height=97 cellSpacing=0 cellPadding=0 width=993 border=0>
  169.   <!-- MSTableType="nolayout" -->
  170. <TBODY>
  171.   <TR>
  172.     <TD align=right bgColor=#ffffff>
  173.       <P align=center> </P></TD>
  174.     <TD bgColor=#ffffff> </TD>
  175.   </TR></TBODY></TABLE>
  176. <TABLE height=8 cellSpacing=0 cellPadding=0 width=993 
  177. background="img1/20.gif" 
  178. border=0>
  179.   <TBODY>
  180.   <TR>
  181.     <TD width=977> </TD>
  182.     </TR></TBODY></TABLE>
  183. <!--#include file=bottom.asp-->
  184. </BODY></HTML>