www.gusucode.com > 漂亮的地方旅游景点景观介绍网站源代码 > left.asp

    <DIV class=sidebar_show>
<H3>相关阅读</H3>
<UL>
<%
sub xgwz()
sql="select top 10 * from jw_news where (mc like '%"&mytit&"%'"
if str<>"" then 
sql=sql&" or ("&str&")"
end if
sql=sql&" or exists(select * from jw_newskey where id in(jw_news.gjz) and mc like '%"&mytit&"%')) and id<>"&id&" order by zd desc,qz desc"
dim i
i=1
set rs=conn.execute(sql)
do while not rs.eof and i<11  
%>
    <LI><a href="<%= getmc("jw_newsclass","id",rs("fid"),"newspath") %>?fid=<%= rs("fid") %>&id=<%= rs("id") %>"><%= cutstring(rs("mc"),19) %></a></LI>
<%
i=i+1
rs.movenext
loop
call recordend(rs)
end sub

call xgwz()
%>
</UL></DIV>
<DIV class=about_sidebar_tool>
<H3>旅游工具箱</H3>
<UL>
  <LI>·<A href="http://weather.news.sina.com.cn/area/yunnan/index.shtml" target=_blank>天气预报 </A></LI>
  <LI>·<A href="/news.asp?fid=16" target=_blank>旅游常识 </A> </LI>
  <LI>·<A href="http://www.ip138.com/jb.htm" target=_blank>机票查询 </A> </LI>
  <LI>·<A href="/hotel.asp" target=_blank>酒店预订 </A> </LI>
  <LI>·<A href="http://kunming.8684.cn/" target=_blank>公交查询 </A> </LI>
  <LI>·<A href="http://qq.ip138.com/train/" target=_blank>车次查询 </A> </LI>
  <LI>·<A href="/about.asp?id=5" target=_blank>旅游合同</A> </LI>
  <LI>·<A href="/about.asp?id=10" target=_blank>云南介绍 </A> </LI>
  <DIV class=c></DIV></UL></DIV>