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

📄 banquan.asp

📁 网吧影印系统!很详细!可直接使用!请大家指点!
💻 ASP
字号:
<!--#include file="articleconn.asp"-->
<!--#include file="head.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>七彩影院</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK 
href="../images/style.css" type=text/css rel=stylesheet>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td> 
      <table width="100%" border="0" cellpadding="0" cellspacing="0" background="/../images/inchelp-04.gif">
  <tr> 
          <td width="35" background="../images/inchelp-04.gif"><img src="../images/inchelp-05.gif"   width="27" height="29"></td>
          <td background="../images/inchelp-04.gif"> 
            <marquee class= behavior=scoll width=321  scrollDelay=2 scrollAmount=1  onmouseover=this.stop(); onmouseout=this.start();>
      <script src="jstopgd.asp"></script></marquee>
</td>
    <td width="17"><img src="../images/inchelp-01.gif"   width="18" height="29"></td>
          <td width="55" align="center" background="../images/inchelp-06.gif"  >
          <a href="reghelp.asp"   class="left">付费帮助</a></td>
          <td width="27"><img src="../images/inchelp-02.gif"></td>
    <td width="55" align="center" background="../images/inchelp-06.gif"  ><a href="playhelp.asp"   class="left">播放帮助</a></td>
    <td width="27"><img src="../images/inchelp-02.gif"   width="27" height="29"></td>
    <td width="55" align="center" background="../images/inchelp-06.gif"  ><a href="downhelp.asp"   class="left">下载帮助</a></td>
    <td width="27"><img src="../images/inchelp-02.gif"   width="27" height="29"></td>
    <td width="55" align="center" background="../images/inchelp-06.gif"  >
    <a class="left" target="_blank" href="../bbs/">本站论坛</a></td>
    <td width="27"><img src="../images/inchelp-02.gif"   width="27" height="29"></td>
    <td width="55" align="center" background="../images/inchelp-06.gif"  ><a href="reguser.asp"   class="left">注册会员</a></td>
    <td width="14"><img src="../images/inchelp-03.gif"   width="14" height="29"></td>
  </tr>
</table>

    </td>
  </tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#C3EF29">
  <tr valign="top"> 
    <td > 
      <TABLE width=600 border=0 align="center" cellPadding=0 cellSpacing=0 >
        <TR> 
          <TD width=600 height=25><img src="../images/listmovie.gif" width="600" height="51"></TD>
        </TR>
  <TR> 
    <TD height="27" align="center" background="../images/mediatop2.gif" class="title">版权申明</TD>
  </TR>
  <TR> 
    <TD valign="top" > <table width="98%" border="0" align="center" bgcolor="#CCFF33">
        <tr> 
          <td>
   1. 本站影视来源于互联网和会员交流,相关链接站点提供下载的影片仅供宽带网用户测试研究用途,请于下载后24小时内删除,影片版权归相关影音公司所有。<br><br>

   2.<font color=#ff0000><%=homes%></font>对于用户交流的内容所引发的版权、署名权的异议、纠纷不承担任何责任。 <br><br>

   3.请勿擅自复制或采用<font color=#ff0000><%=homes%></font>所创造的用以制成网页的HTML。<font color=#ff0000><%=homes%></font>对其html享有著作权。同时<font color=#ff0000><%=homes%></font>对其网址上的所有图标、图饰、图表、色彩、文字表述及其组合、版面设计、数据库均享有完全的著作权,对发布的信息均享有专有的发布和使用权,未经<font color=#ff0000><%=homes%></font>同意,不得擅自复制、使用或转载或出售。  

</td>
        </tr>
      </table></TD>
  </TR>
  <tr> 
    <td><img src="../images/mixend.gif"   width="600" height="54"></td>
  </tr>
</TD>
        </TR>
      </TABLE>
      <p> </p></td>
    <td width="156" bgcolor="#C3EF26"> 
      <table width="156" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td align="center"><img src="../images/service-001.gif"   width="156" height="25"></td>
  </tr>
  <tr> 
    <td align="center" background="../images/service-002.gif"  ><table width="80%" border="0">
        <tr>
        <%
sql="select articleid,domurl,title,content from learning where firstbest=1 order by articleid desc"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
b=0
row_count=1
                    %> <%
          do while not rs.eof
          b=b+1%>  
          <td align="center"><span lang="zh-cn">
                            <a href="../html/<%=rs("articleid")%>.html">
                            <img border="0" height="131" src="<%if rs("domurl")="" then%>../images/nopic.gif<%else%><%=rs("domurl")%><%end if%>" width="111"></a></span></td>
        </tr>
        <tr>
         <% if row_count mod 1 =0 then%>
          <td align="center">
                      </td>
        </tr>
        <tr>
                      <td align="center"><a href="../html/<%=rs("articleid")%>.html" >
                            <%content=rs("title")
                          if len(content)>8 then content=left(content,8)&"…"
                          response.write content
                            %></a></td>
                            <%end if%>
                  <%row_count=row_count+1
	      if b>=1 then exit do
	      rs.movenext
	      loop
	      rs.close
          set rs=nothing

		              %> 
		                      </tr>
      </table>
      
    </td>
  </tr>
  <tr> 
    <td align="center"><img src="../images/service-003.gif"   width="156" height="50"></td>
  </tr>
  <tr> 
    <td align="center" background="../images/service-002.gif"  ><table width="100%" border="0">
        <tr>
          <td align="center" height="15">
          <img src="../images/tel.gif"><font color="#a17711">客服联系:</font></td>
        </tr>
        <tr>
          <td align="center" height="4">
          <font color="#3b591b">
          <a target="_blank" href="../gbook/">
          <font color="#336600">给我留言</font></a></font></td>
        </tr>
        <tr>
          <td align="center" height="1">
          <font color="#3b591b">QQ:149598016</font></td>
        </tr>
        </table>
      <img src="../images/service-005.gif"   width="156" height="19"></td>
  </tr>
  <tr> 
    <td height="10" align="center" bgcolor="#C3EF26"><img src="../images/spacer.gif"   width="1" height="1"></td>
  </tr>
</table>

    </td>
  </tr>
</table>
</body>
</html>
<!--#include file="end.asp"-->

⌨️ 快捷键说明

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