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

📄 top.asp

📁 首页由top.asp index_asp.asp link.asp end.asp构成
💻 ASP
字号:
<!--#include file="admin/pic_conn.asp"-->
<HTML>
<HEAD>
<%
set Rs=GrateRs("select * from information",3)
%>
<TITLE><%=Rs("name")%>——<%=Rs("url")%></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META name="DESCRIPTION" content="<%=Rs("gjz")%>">
<META name="keywords" content="<%=Rs("gjz")%>">
<LINK href="images/Style.css" type=text/css rel=stylesheet>
<STYLE type=text/css>.样式1 {
	COLOR: #ff0000
}
</STYLE>
<META content="MSHTML 6.00.2800.1528" name=GENERATOR>
</HEAD>
<SCRIPT LANGUAGE="javascript"> 
  <!-- 
  window.open("http://www.ltidc.net", "a", "height=500, width=770, top=0, left=0, toolbar=1, menubar=1, scrollbars=1, resizable=1, location=1, status=1") 
  --> 
</SCRIPT>
<BODY leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<div align="center">
	<table border="0" width="760" cellspacing="0" cellpadding="0" id="table1">
		<tr>
			<td background=images/top_1.jpg>
			<OBJECT 
            codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 
            height=148 width=760 
            classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
                <PARAM NAME="movie" VALUE="images/myfile.swf">
                <PARAM NAME="quality" VALUE="high">
                <PARAM NAME="wmode" VALUE="transparent">
                <embed 
            src="images/myfile.swf" width="760" height="148" quality=high 
            pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" 
            type="application/x-shockwave-flash" wmode="transparent"> </embed>
              </OBJECT></td>
		</tr>
	</table>
</div>
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0 id="table2">
  <TBODY>
  <TR>
    <TD vAlign=top width=10>
	<IMG height=37 
      src="images/Pic_wy_left.jpg" width=164 
    border=0></TD>
    <TD vAlign=top width=750>
      <TABLE height=11 cellSpacing=0 cellPadding=0 width="100%" border=0 id="table3">
        <TBODY>
        <TR>
          <TD background="images/Pic_wy_topbj.jpg" 
        height=11></TD></TR></TBODY></TABLE>
      <TABLE height=23 cellSpacing=0 cellPadding=0 width="100%" border=0 id="table4">
        <TBODY>
        <TR>
          <TD background="images/Pic_wy_bj2.jpg" height=23>
			<A href="index.htm">首页</A> 
          </TD>
<%
set Rs=GrateRs("select * from type",3)
if not Rs.eof then 
do while not Rs.eof
%>
          <TD background="images/Pic_wy_bj2.jpg" height=23>
          <%if Rs("type")="八卦新闻" then%>
		  <A href="new.asp?action=<%=Rs("typeid")%>"><%=Rs("type")%></A>
		  <%else%>
		  <A href="class.asp?action=<%=Rs("typeid")%>"><%=Rs("type")%></A>
		  <%end if%>
          </TD>
<%
Rs.movenext
loop
end if
Rs.close
%>
          <TD background="images/Pic_wy_bj2.jpg" height=23>
			<span style="font-weight: 400">
			<a target="_blank" href="ad/sms2.htm"><font color="#CC0000">免费电影</font></a></span> 
          </TD>
          <TD background="images/Pic_wy_bj2.jpg" height=23>
<%
set Rs=GrateRs("select * from information",3)
%>
          </TD>
        </TR>
        </TBODY>
      </TABLE>
          </TD>
        </TR>
        </TBODY>
      </TABLE>
<center>
<a target="_blank" href="http://www.ltidc.net/">
<img border="0" src="images/ad.gif" width="760" height="78" align="center"></a>
</center>

⌨️ 快捷键说明

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