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

📄 top.asp

📁 个人网站模板
💻 ASP
字号:
<!--#include file="config.asp" -->
<!--#include file="jah0b1e/conn.asp" --><head>
<title><%=company_name%>--网站建设,网络推广,域名空间,成功案例,系统拍卖,申请建站</title>
<META name="description" content="网站建设,网络推广,域名空间,成功案例,系统拍卖,申请建站,网站设计室,网站工作室 ">
</head>

<link href="sys.css" rel="stylesheet" type="text/css">
<body background="images/bg.gif" topmargin="0" leftmargin="0">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="200"><IMG SRC="images/top_01.gif" WIDTH=200 HEIGHT=158></td>
          <td width="407" background="images/top_02.gif"><img src="images/top_02a.gif" width="300" height="158"></td>
          <td width="366" background="images/top_03.gif"><img src="images/top_03a.gif" width="270" height="158"></td>
          <td background="images/top_bg.gif">&nbsp;</td>
        </tr>
      </table>
      
    </td>
        </tr>
        <tr> 
          <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr> 
                <td height="32" bgcolor="#666666"> <div align="center"><font color="#FFFFFF"> 
                    </font> 
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        
                  <td width="200" height="40" bgcolor="#FF9900"></td>
                        
                  <td height="32" bgcolor="#000000">
<div align="center"> 
                            
                      <table width="100%" height="40" border="0" cellpadding="0" cellspacing="0">
                        <tr> 
                                <td><div align="center" class="top"><strong><font color="#FFFFFF"><a href="index.asp"><font color="#FF9900">本站首页</font></a></font></strong></div></td>			
                          <td width="1" valign="top" bgcolor="#FF9900"><img src="images/line1.gif" width="1" height="1"></td>
                                <td><div align="center" class="top"><strong><font color="#FFFFFF"><a href="product.asp"><font color="#FF9900">成功案例</font></a></font></strong></div></td>
                                <td width="1" bgcolor="#FF9900"></td>
								<%
sql = "SELECT * FROM index_type ORDER BY indexid ASC" 
Set rs = Server.CreateObject("ADODB.Recordset")
rs.OPEN sql,Conn,0,1
do while not rs.eof %>
                                <td> <div align="center"> <span class="top"><a href='index_type.asp?typeid=<%=rs("id")%>&type_name=<%=rs("name")%>'><font color="#FF9900"><strong><%=rs("name")%></strong></font></a> 
                              </span></div></td>
									<td width="1" bgcolor="#FF9900"></td>
                                <%
rs.movenext
loop
rs.close
Set rs=Nothing
%>
                                <td><div align="center" class="top"><a href="sqjz.asp"><font color="#FF9900"><strong>申请建站</strong></font></a></div></td>
								<td width="1" bgcolor="#FF9900"></td>
								<td><div align="center" class="top"><strong><a href="contact_us.asp"><font color="#FF9900">留言本</font></a></strong></div></td>
                              </tr>
                            </table>
                            <font color="#FFFFFF"></font> </div></td>
                      </tr>
                    </table>
                  </div></td>
              </tr>
            </table></td>
        </tr>
      </table>

⌨️ 快捷键说明

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