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

📄 index_dh.asp

📁 欢迎使用酷航设计系统
💻 ASP
字号:
<div align="right">
	<table border="0" cellpadding="0" cellspacing="0" height="28" width="620">
		<tr>

<%
    Dim TopSortSql,RsTopSort,daohang,hide
    TopSortSql="select * from Sort where ((B_id=0 or daohang<>'') and hide<>true) and Hdaohang=true order by order_1"
    Set RsTopSort=conn.execute (TopSortSql)
    With RsTopSort
    if .eof and .bof then
    Response.write "<td align='center'>没有栏目</td>"
    else
    do while not .eof
    '==================
    if RsTopSort("daohang")<>"" then
    daohang=RsTopsort("daohang")
    else
    daohang=" ku_type.asp?SortID="&RsTopSort("ID")&" "
    end if
    '==================
    response.write "<td>"
    response.write "<div align=right>"
    response.write "<table border=0 cellpadding=0 cellspacing=0 height=20>"
    response.write "<tr>"
    response.write "<td style='FILTER: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1); PADDING-TOP: 2px'>"
    response.write "<p align=center>"
    if RsTopSort("blank")=true then

    Response.Write("<A href='"&daohang&"' target='_blank'><FONT color=#1E1919><span style='letter-spacing: 2px'>"  & RsTopSort("Names") & "</span></Font></a>")
    response.write "|"
    else

    Response.Write("<A href='"&daohang&"'><b><span style='letter-spacing: 2px'>"  & RsTopSort("Names") & "</span></b></a>")
    response.write "&nbsp;"
    end if
    response.write "</td>"
    response.write "<td width=5 ></td>"
    response.write "</tr>"
    response.write "</table>"
    response.write "</div>"
    response.write "</td>"
    .movenext  
    loop
    end if 
    .close 
    End With
    Set RsTopSort=Nothing
%>

			</td>

		</tr>
	</table>
</div>

⌨️ 快捷键说明

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