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

📄 sc.asp

📁 xmuu.NET网址导航 V 3.3 正式版 直接修改后可使用。包括数百网址导航。
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
classid=request("classid")
set rs=server.createobject("adodb.recordset")
rs.open "select * from feilei where  verity=1 and  classid="&classid,conn,1,3
if rs.bof or rs.eof then
Response.Redirect "index.asp"
else
classname=rs("classname")
topclass=rs("topclass")
end if
rs.close
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=classname%> - [xmuu.NET]</title>

<style type="text/css">

<!--
td,body,input{font-size:12px}
a:link{color:#000000;text-decoration:none}
a:visited{color:#000000;text-decoration:none}
a:active{color:blue;text-decoration:none}
a:hover{color:red;text-decoration:underline}
.so{font-size:12px;background-color:#cccccc;border-left:1px ridge #ffffff;border-right-style:ridge;border-right-width:1px;border-top:1px ridge #ffffff;border-bottom-style:ridge;border-bottom-width:1px}
.style2 {color: #0066CC}
body {background-image: url('images/bj.gif'); background-position: center 0%}
-->
</style>
</head>
<script src=ad/piao.js></script>
<script language="javascript">
<!--
var boodschap='xmuu.NET网址导航[xmuu.NET]';
function dgstatus(){
window.status=boodschap}
//-->
</script>
<body topmargin="0" leftmargin="0" onload="dgstatus();">
<table width="760" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="4"></td>
  </tr>
  <tr> 
    <td valign="middle"> 
      <table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr valign="middle"> 
          <td width="172"> 
			<img border="0" src="images/logo.gif"></td>
          <td width="468">
<iframe src="ad/ad1.htm" height="60" width="468" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
<td width="120"><div align="center">
<iframe src="ad/ad2.htm" height="60" width="120" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
</div>
</td>
 </tr>
 </table>
</td>
  </tr>
</table>

<table width="760" height="67" border="0" align="center" cellpadding="0" cellspacing="0">
<td width="760" height="49">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F0F0F0">
<tr>
<td width="145" height="15" valign="bottom"><strong>网络实名</strong>: 『UU网址』</td>
<td width="613" valign="bottom"> &nbsp;&nbsp; 本站域名: <font color="#FF0000">www.xmuu.NET</font> &nbsp;&nbsp;&nbsp;<a href="add.asp" target="_blank"><font color="#CC0000"><b><font color="#FF0000">新站登录</font></b></font></a>&nbsp;&nbsp;&nbsp; <a href="#" onclick="javascript:window.external.AddFavorite('http://www.xmuu.NET', 'xmuu.NET网址导航')" target="_self"><font color="#000000">【添加到收藏夹】</font></a> → 
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.xmuu.NET');return(false);" style="behavior: url(#default#homepage); color: #000000;">【设为首页】</a></td>
<td width="2"></td>
</table>

<iframe src="ad/ad3.htm" height="20" width="760" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F0F0F0">
<tr> 
<td width="760" height="17" valign="bottom"><font color="#CC3300">热门网址:</font> 
<a href="sc.asp?classid=75" target="_top"><font color="#FF9900">彩票</font> 
</a>| <a href="sc.asp?classid=72" target="_top"><font color="#CC00CC">影视</font> 
</a>|<a href="sc.asp?classid=71" target="_top"> <font color="#CC0000">星座</font></a> 
| <a href="sc.asp?classid=69" target="_top"><font color="#999900">图库</font></a> 
| <a href="sc.asp?classid=66" target="_top"><font color="#009966">聊天</font> 
</a>|<a href="sc.asp?classid=67" target="_top"> <font color="#CC3300">游戏</font> 
</a>| <a href="sc.asp?classid=65" target="_top"><font color="#FF6600">音乐</font> 
</a>| <a href="sc.asp?classid=128" target="_blank"><font color="#FF0000">免费资源</font> 
</a>| <a href="ad/"><b><font color="#FF0000">激情电影</font></b></a> | <a href="qq/index.htm" target="_blank"><b><font color="#FF0000">免费Q币</font></b></a> | >>><a href="http://www.xmuu.NET/net.rar">本站程序下载</a><<<</td>
</table></td>
  </tr>
  <tr> 
<td height="0" valign="top"><table width="75%" border="0" align="center" cellspacing="0" cellpadding="0">
<tr> 
<!--广告-->
<iframe src="ad/ad4.htm" height="60" width="760" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
</tr>
</table></td>
  </tr>
</table>
<table width="760" border="1" align="center" cellspacing="1" cellpadding="6" bordercolor="#CCCCCC" bgcolor="#F6F6F6" height="10">
  <tr> 
    <td width="28%"><b><font color="#CC3300"><a href="./">网址导航</a>:</font> 
      <%
dim xunxu
xunxu=">"&classname
while topclass<>0
	rs.open "select * from feilei where verity=1 and classid="&topclass,conn,1,3
	if not rs.eof then
		xunxu=">"&rs("classname")&xunxu
		topclass=rs("topclass")
	end if
	rs.close
wend
%>
      <a href="./" class="title">首页</a><%=xunxu%> 
      </b></td>
    <td width="9%"> 
      <div align="center"><b><a href ="" onClick="parent.history.back(); return false;" onMouseOver="self.status='后退' ;return true;"><img border=0 width="60" height="22" src="images/193.gif" ></a> 
        </b></div>
    </td>
    <td width="48%">
	<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="361" height="25">
		<param name="movie" value="images/ad1.swf">
		<param name="quality" value="High">
		<embed src="images/ad1.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="361" height="25"></object>
	</td>
    <td width="9%"> 
      <div align="center"><a href='./' class='title'>返回首页</a></div>
    </td>
  </tr>
</table>
<table bgcolor='#CCCCCC' bordercolorlight='#CCCCCC' border=1 cellspacing=0 cellpadding=3 bordercolordark='#FFFFFF' width=760 align='center'>
  <tr align='left'>
    <td width='100%' bgcolor="#FFFFFF"><b> 本分类的下级分类:</b> 
      <%
rs.open "select * from feilei where  verity=1 and  topclass="&classid,conn,1,3
if rs.eof then
	response.write "****无下级分类***"
end if
while not rs.eof
    response.write "<a href='sc.asp?classid="&rs("classid")&"'>"&rs("classname")&"</a>&nbsp;"
	rs.movenext
wend
rs.close
%>
    </td>
  </tr></table>
<table bgcolor='#FFFFFF' bordercolorlight='#CCCCCC' border=1 cellspacing=0 cellpadding=3 bordercolordark='#FFFFFF' width=760 align='center'>
  <tr> 
    <td align='center' vAlign='center' width='700' colspan='4' bgcolor='#F6F6F6' style='font-size: 14px; color: #FF0000' height="27"><%=classname%></TD>
  </tr>
  <tr align='center'>
    <td colspan=4 height=28 bgcolor="#FFFFFF">

<iframe src="ad/ad5.htm" height="60" width="760" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

</td>
  </tr>
  <%
rs.open "select * from detail where classid="&classid&" and verity=1",conn,1,3
jishu=1
while not rs.eof
	if jishu=1 or jishu mod 4 = 1 then
		response.write "<tr><td width='25%' height='20'><a href='"&rs("url")&"' target='_blank'>"&rs("title")&"</a></td>"
    else
		response.write "<td width='25%' height='20'><a href='"&rs("url")&"' target='_blank'>"&rs("title")&"</a></td>"
	end if
	if jishu mod 4 =0  then response.write "</tr>"
	jishu=jishu+1
	rs.movenext
wend
jishu=jishu-1
if jishu mod 4 <> 0 then
for i= 1 to 4-(jishu mod 4)
	response.write "<td width='25%'>&nbsp;</td>"
	if  i = 4-(jishu mod 4) then response.write "</tr>"
next
end if
rs.close
%>
  <tr align='center'> 
    <td colspan=4 height=28 bgcolor="#FFFFFF"><b><a href='http://www.baidu.com/baidu&word=<%=classname%>' target='_blank'>请点击访问:更多关于<font color="blue"><%=classname%></font>的网址</a></b></td>
  </tr>
</table>
<table width=760 border=1 cellpadding=2 cellspacing=4 bgcolor='#FFFFFF' align='center' style='font-size: 14px' bordercolor="#BCBCBC">
  <tr bgcolor="#FFFFFF"> 
    <td width=700 height=20 colspan=5> 
      <div align="center">请把网址 <b><font color="#FF0000">www.xmuu.NET</font></b> 推荐给您QQ上的好友.谢谢!</div>
    </td>
  </tr><tr align='center'>
    <td width=140 bgcolor="#FFFFFF">&lt; <a href="http://www.xmuu.NET">
	文字广告:30元/月</a> &gt;</td>
    <td width=140 bgcolor="#FFFFFF">&lt; <a href="http://www.xmuu.NET">
	文字广告:30元/月</a> 
	&gt;</td>
    <td width=140 bgcolor="#FFFFFF" height="30">&lt; <a href="http://www.xmuu.NET">
	文字广告:30元/月</a> 
      &gt;</td>
    <td width=140 bgcolor="#FFFFFF">&lt; 
	<a href="http://www.xmuu.NET">
	文字广告:30元/月</a> 
      &gt;</td>
    <td width=140 bgcolor="#FFFFFF">&lt; <a href="http://www.xmuu.NET">
	文字广告:30元/月</a> 
      &gt;</td>
  </tr></table>
  <table border="0" width="760" align="center" cellspacing="0" cellpadding="0" bordercolor="#CCCCCC" dwcopytype="CopyTableCell">
        <tr> 
          <td width="95%" height="20" align="center" bgcolor="#FFFFFF">
<iframe src="ad/ad6.htm" height="60" width="760" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
          </td>
        </tr>
<tr> 
          <td width="95%" height="20" align="center" bgcolor="#FFFFFF"><a href="#" onclick="javascript:window.external.AddFavorite('http://www.xmuu.NET', '【7i77网址导航】')" target="_self"><font color="#000000">将【7i77网址导航】添加到收藏夹</font></a> | <a href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.xmuu.NET');return(false);" style="behavior: url(#default#homepage)"><font color="#000000">每次上网自动访问【xmuu.NET网址导航】</font></a> </td>
        </tr>
        <tr align="center"> 
          <td width="95%" height="20" bgcolor="#F0F0F0"><a href="#">关于我们</a> | <a href="#">联系本站</a> | <a href="#">广告服务</a> | <a href="add.asp" target="_blank"><font color="#CC0000"><b><font color="#FF0000">新站登录</font></b></font></a> | <a href="admin/" target="_blank">免责声明</a> | <a href="http://www.xmuu.NET/link/" target="_blank">友情链接</a></td>
        </tr>
        <tr align="center"> 
          <td width="95%" height="20" bgcolor="#FFFFFF">Copyright&copy; 2004-2008 
            7i77.Com All Rights Reserved</td>
        </tr>
        <tr align="center"> 
          <td height="20" bgcolor="#FFFFFF"> </tr>
      </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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