www.gusucode.com > 绿色环保工作企业网站源码程序 > HomeMarket.asp

    <!--#include file="Inc/SysProduct.asp" -->
<!-- #include file="Head.asp" -->
<%
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select HomeMarket from Market"
rs.open sql,conn,1,1
%>


<DIV id=nei-main>
<DIV id=left-a>
<DIV class=gundong id=left-main>
<UL>
  <LI>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;了解我们 
    <UL>
	

<%
Set rslist = Server.CreateObject("ADODB.Recordset")
sql="select Title from Aboutus where Language='1' and Aboutusorder <100 order by Aboutusorder"
rslist.open sql,conn,1,3
do while not rslist.eof
%>
    <LI><a href="Aboutus.asp?Title=<%=rslist("Title")%>"><%=rslist("Title")%></LI>
<%rslist.movenext 
loop
rslist.close
set rslist=nothing
%>

    
    </UL>
  </UL>
  
</DIV></DIV>
<DIV id=kong></DIV>
<DIV id=nei-center>
<DIV id=nei-center-title>
<DIV id=nei-center-title-big>营销网络</DIV>
<DIV id=nei-center-title-small><A href="index.asp">首页</A> &gt;&gt; 营销中心</DIV></DIV>
<DIV id=nei-center-bg>
<DIV id=nei-news>


<%=rs("HomeMarket")%>



</DIV>
</DIV>
<DIV id=nei-center-end></DIV></DIV></DIV>
<DIV id=link></DIV>
<!--#include file="foot.asp" -->