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

📄 flyd.asp

📁 ASP源程序采用天空软件小偷中心核件制成
💻 ASP
字号:
<!--#include file="conn.asp"-->
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>天幕动漫</title>
<LINK rel="stylesheet" href="style.css">
<script type="text/javascript">
<!--

document.onmouseover = handleOver;
document.onmouseout  = handleOut;

function handleOver() {
	el = window.event.srcElement;
	if (el.tagName == "IMG") { //Check if over image
		if ((el.getAttribute("oversrc") != null) && (el.getAttribute("oversrc") != "")) { //check if valid overSrc
			el.srcBackup = el.src;		//Back up the src
			el.src = el.getAttribute("oversrc");
		}
	}
}

function handleOut() {
	el = window.event.srcElement;
	if (el.tagName == "IMG") { //Check if over image
		if ((el.getAttribute("oversrc") != null) && (el.getAttribute("oversrc") != "") && (el.srcBackup != null)) { //Also check for valid backup
			el.src = el.srcBackup;
		}
	}
}
//-->
  </script>
</head>

<body bgcolor="#FFFFFF" topmargin="0" style="text-align: center">
<!--#include file="webtop.asp"-->
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="760" align="center">
  <tr>
    <td width="100%">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="760" background="images/bg1-3.gif">
      <tr>
        <td width="760" colspan="3">
         </td>
      </tr>
      <tr>
        <td width="27"> </td>
        <td width="717" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="717">
          <tr>
            <td width="179"> </td>
            <td width="5" rowspan="2"> </td>
            <td width="138"> : : <font color="#FE0166"><b>乐 队 组 合</b></font> : :</td>  
            <td width="395"><b><a target="_blank" href="http://umms.tom.com/index.php?user_id=59856">
            <font color="#FF0000">最新推出手机彩信服务 喜欢时尚的朋友快来吧!</font></a></b></td>  
          </tr>
          <tr>
            <td width="179" valign="top"><FORM name=Login  action=user/login.asp method=post>
            <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" height="206">
              <tr>
                <td width="100%"> <table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" cellspacing="4" height="129">
                  <tr>
                    <td width="100%" align="center" height="18">
                    <a href="showclass.asp?classid=20">
                    <img border="0" src="images/fl01.gif" width="120" height="18"></a></td>
                  </tr>
                  <tr>
                    <td width="100%" align="center" height="15">
                    <a href="flnan.asp">
                    <img border="0" src="images/fl02.gif" width="120" height="18"></a></td>
                  </tr>
                  <tr>
                    <td width="100%" align="center" height="18">
                    <a href="flnv.asp">
                    <img border="0" src="images/fl03.gif" width="120" height="18"></a></td>
                  </tr>
                  <tr>
                    <td width="100%" align="center" height="18">
                    <a href="flyd.asp">
                    <img border="0" src="images/fl04.gif" width="120" height="18"></a></td>
                  </tr>
                  <tr>
                    <td width="100%" align="center" height="18">
                    <a href="flom.asp">
                    <img border="0" src="images/fl05.gif" width="120" height="18"></a></td>
                  </tr>
                  <tr>
                    <td width="100%" align="center" height="18">
                    <a href="showclass.asp?classid=20&nclassid=82">
                    <img border="0" src="images/fl06.gif" width="120" height="18"></a></td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td width="100%" height="48">
                <p align="center" style="line-height: 150%"><a href="http://www.macromedia.com/shockwave/download/triggerpages_mmcom/flash5.html" target="_blank">
  <font color="#FF0000"><u>如无法观看动画<br>
  请您先下载插件</u></font></a></td>
              </tr>
              <tr>
                <td width="100%" height="55">
                <p align="center"><script language=javascript src="http://usms.tom.com/js/search_1.js?tom_user_id=59856"></script><br><script language="javascript" src="vote/votedy.asp"></script></td>
              </tr>
            </table></FORM>
            </td>
            <td width="533" colspan="2" valign="top"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">
<form method="post" name="myform" action="query.asp" target="_blank"><tr>
  <td width="100%" height="30" colspan="3">
                <p align="center"><%
dim count
set rs=server.createobject("adodb.recordset")
sql = "select * from ANclass order by Nclassid asc"
rs.open sql,conn,1,1
%>
                          <script language = "JavaScript">
var onecount;
onecount=0;
subcat = new Array();
        <%
        count = 0
        do while not rs.eof 
        %>
subcat[<%=count%>] = new Array("<%= trim(rs("Nclass"))%>","<%= trim(rs("classid"))%>","<%= trim(rs("Nclassid"))%>");
        <%
        count = count + 1
        rs.movenext
        loop
        rs.close
        %>
onecount=<%=count%>;

function changelocation(locationid)
    {
    document.myform.Nclassid.length = 0; 

    var locationid=locationid;
    var i;
    for (i=0;i < onecount; i++)
        {
            if (subcat[i][1] == locationid)
            { 
                document.myform.Nclassid.options[document.myform.Nclassid.length] = new Option(subcat[i][0], subcat[i][2]);
            }        
        }
        
    }    
                          </script>
                          <input type="radio" name="action" value="title" checked>名称<input type="radio" name="action" value="content">歌手                          <select class=kuang name="classid"  size="1" style="color:#008080;font-size: 9pt">
                            <option selected value="">未指定条件</option>
                            <% sql = "select * from Aclass"
        rs.open sql,conn,1,1
        do while not rs.eof
        %>
                            <option value="<%=trim(rs("classid"))%>"><%=trim(rs("class"))%></option>
                            <%
        rs.movenext
        loop
        rs.close
        %></select> <input type="text" name="keyword" size=16 maxlength="50" style="border-style:solid; border-width:1px; " value="输入关键字"> <input type="submit" name="Submit2" value="搜索" style='BORDER-RIGHT: #330000 1px solid; BORDER-TOP: #ffffcc 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #ffffcc 1px solid; CURSOR: hand; COLOR: #000000; BORDER-BOTTOM: #330000 1px solid; HEIGHT: 14pt '> <A href="http://www.baidu.com/index.php?tn=decadance" target=_blank>百度搜索</a></td>
              </tr></form>              <tr>
                <td width="4%">
                <img border="0" src="images/t001.gif" width="16" height="16"></td>
                <td width="93%" background="images/t007.gif"> </td>
                <td width="3%">
                <img border="0" src="images/t003.gif" width="16" height="16"></td>
              </tr>
              <tr>
                <td width="4%" background="images/t004.gif"> </td>
                <td width="93%" background="images/zbg.gif">            <table border="0" cellpadding="0" cellspacing="5" style="border-collapse: collapse" width="100%">
              <tr>
                <td width="11%" align="center"><img border="0" src="images/fl.gif" width="21" height="21"></td>
                <td width="18%"><font color="#33C0E6"><b>[ A   
                - B ]</b></font></td>  
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=b.a.d">b.a.d</a></td>
                <td width="13%">
                <a href="http://www.7k7k.com/query.asp?keyword=beyond">Beyond</a></td>
                <td width="13%"> </td>
                <td width="14%"> </td>
                <td width="14%"> </td>
              </tr>
              <tr>
                <td width="11%" align="center"><img border="0" src="images/fl.gif" width="21" height="21"></td>
                <td width="18%"><font color="#9966FF"><b>[ C   
                - D ]</b></font></td>  
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=动力火车">动力火车</a></td>
                <td width="13%"> </td>
                <td width="13%"> </td>
                <td width="14%"> </td>
                <td width="14%"> </td>
              </tr>
              <tr>
                <td width="11%" align="center"><img border="0" src="images/fl.gif" width="21" height="21"></td>
                <td width="18%"><font color="#FF9900"><b>[ F   
                - G ]</b></font></td>  
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=F4">F4</a></td>
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=哥哥妹妹">哥哥妹妹</a></td>
                <td width="13%"> </td>
                <td width="14%"> </td>
                <td width="14%"> </td>
              </tr>
              <tr>
                <td width="11%" align="center"><img border="0" src="images/fl.gif" width="21" height="21"></td>
                <td width="18%"><font color="#FF0000"><b>[ H   
                - J ]</b></font></td>  
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=黑豹乐队">黑豹乐队</a></td>
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=花儿乐队">花儿乐队</a></td>
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=锦绣二重唱">锦绣二重唱</a></td>
                <td width="14%"> </td>
                <td width="14%"> </td>
              </tr>
              <tr>
                <td width="11%" align="center"><img border="0" src="images/fl.gif" width="21" height="21"></td>
                <td width="18%"><font color="#008000"><b>[ L   
                - P ]</b></font></td>  
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=零点乐队">零点乐队</a></td>
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=梦飞船">梦飞船</a></td>
                <td width="13%"> </td>
                <td width="14%"> </td>
                <td width="14%"> </td>
              </tr>
              <tr>
                <td width="11%" align="center"><img border="0" src="images/fl.gif" width="21" height="21"></td>
                <td width="18%"><font color="#0000FF"><b>[ S   
                - T ]</b></font></td>  
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=4inlove">4inlove</a></td>
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=s.h.e">s.h.e</a></td>
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=水木年华">水木年华</a></td>
                <td width="14%"><a href="http://www.7k7k.com/query.asp?keyword=twins">twins</a></td>
                <td width="14%"> </td>
              </tr>
              <tr>
                <td width="11%" align="center"> </td>
                <td width="18%"> </td>
                <td width="13%"> </td>
                <td width="13%">
                 </td>
                <td width="13%">
                 </td>
                <td width="14%">
                 </td>
                <td width="14%">
                 </td>
              </tr>
              <tr>
                <td width="11%" align="center"><img border="0" src="images/fl.gif" width="21" height="21"></td>
                <td width="18%"><font color="#008080"><b>[ W   
                - X ]</b></font></td>  
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=无印良品">无印良品</a></td>
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=小虎队">小虎队</a></td>
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=星盒子">星盒子</a></td>
                <td width="14%"> </td>
                <td width="14%"> </td>
              </tr>
              <tr>
                <td width="11%" align="center"><img border="0" src="images/fl.gif" width="21" height="21"></td>
                <td width="18%"><font color="#FF00FF"><b>[ Y   
                - Z ]</b></font></td>  
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=羽·泉">羽·泉</a></td>
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=蟑螂">蟑螂</a></td>
                <td width="13%"><a href="http://www.7k7k.com/query.asp?keyword=中国娃娃">中国娃娃</a></td>
                <td width="14%"><a href="http://www.7k7k.com/query.asp?keyword=zip美少女">zip美少女</a></td>
                <td width="14%"> </td>
              </tr>
              <tr>
                <td width="11%" align="center"><img border="0" src="images/fl.gif" width="21" height="21"></td>
                <td width="18%"><font color="#808080"><b>[ 无法分类 ]</b></font></td>  
                <td width="13%">
                <a href="http://www.7k7k.com/query.asp?keyword=不详">姓名不详</a></td>
                <td width="13%"> </td>
                <td width="50%" colspan="3">
                <a href="sousuo.asp"><font color="#0000FF">更多分类请使用搜索引擎!</font></a></td>
              </tr>
            </table></td>
                <td width="3%" background="images/t004.gif"> </td>
              </tr>
              <tr>
                <td width="4%">
                <img border="0" src="images/t006.gif" width="16" height="16"></td>
                <td width="93%" background="images/t007.gif"> </td>
                <td width="3%">
                <img border="0" src="images/t008.gif" width="16" height="16"></td>
              </tr>
              <tr>
                <td width="4%">
                 </td>
                <td width="93%">
                <p align="center"><script language=javascript src="http://usms.tom.com/js/468_140.js?tomuserid=59856&tomusername=xwq"></script></td>
                <td width="3%">
                 </td>
              </tr>
            </table></td>
          </tr>
          </table>
        </td>
        <td width="16" valign="top"></td>
      </tr>
      </table>
    </td>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="760" align="center" height="1">
  <tr>
    <td width="100%" background="images/bg2-3.gif" height="1">
     
    </td>
  </tr>
</table>
</body>

</html>
<!--#include file="CopyRight.asp"-->

⌨️ 快捷键说明

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