www.gusucode.com > 凡人网络购物系统 2008源码程序 > IncAsp/index_link.asp

    <table cellSpacing="0" cellPadding="0" class="link_la">
	<tr><td class="link_la1"><span class="link_laf">合作伙伴 | LINKS</span></td></tr>
	<tr><td class="link_la2">
<%set rs=server.createobject("adodb.recordset")
rs.Open "select * from venshop_venlink order by bs",conn,1,1
do while not rs.EOF
if rs("logo")<>"" then%>
	<p style="margin:5px;" align=center>
		<a href="<%=rs("url")%>" target=_blank title="<%=rs("wordlink")%>"><img src="<%=rs("logo")%>" border="0" onload="javascript:if(this.width>180) this.width=180; "></a>
	</p>
	<%else%>
	<p style="margin:5px;" align=center><a href="<%=rs("url")%>" target=_blank title="<%=rs("wordlink")%>"><%=rs("wordlink")%></a></p>
<%end if
rs.MoveNext
loop
rs.Close
set rs=nothing%>
	</td></tr>
	<tr><td class="link_la3"></td></tr>
</table>