" id=header>
企业简介
" height=17 src="images/home.jpg" width=19>当前位置:首页
<%=MySite.gotConfig("企业简介")%> |
|
产品推荐
<%
Set rs=conn.execute("select * from product WHERE IsBest=true ORDER BY ProductID ASC")
if rs.eof And rs.bof then
Response.Write " "
else
sortclass=Conn.Execute("SELECT SortName FROM Industry WHERE SortID ="&rs("SortID"))
nameclass=Conn.Execute("SELECT SortName FROM Industry WHERE SortID IN (SELECT ParentID FROM Industry WHERE SortID ="&rs("SortID")&") ")
%>
<%i=0
do while not rs.eof
%>
|
<%
i=i+1
if i mod 4=0 then Response.Write" "
rs.movenext
' if i=12 then exit do
loop
%>
<%
end if
rsclose()
%> |
|
|
<%
set rs=conn.execute("SELECT TOP 15 NewsTitle,JoinDate,NewsID,Istj FROM news Where ParentID IN (SELECT SortID FROM NewsClass WHERE SortName='新闻资讯') ORDER BY NewsID DESC")
while not rs.eof
%>
<%
rs.movenext
wend
rs.close
set rs=nothing
%> |
|
|
<%
set rs=conn.execute("SELECT TOP 15 NewsTitle,JoinDate,NewsID,Istj FROM news Where ParentID IN (SELECT SortID FROM NewsClass WHERE SortName='市场动态') ORDER BY NewsID DESC")
while not rs.eof
%>
<%
rs.movenext
wend
rs.close
set rs=nothing
%> |
|
|
|
<%
set rs=conn.execute("SELECT TOP 15 NewsTitle,JoinDate,NewsID,Istj FROM news Where ParentID IN (SELECT SortID FROM NewsClass WHERE SortName='行业知道') ORDER BY NewsID DESC")
while not rs.eof
%>
<%
rs.movenext
wend
rs.close
set rs=nothing
%> |
|
|
<%
set rs=conn.execute("SELECT TOP 15 NewsTitle,JoinDate,NewsID,Istj FROM news Where ParentID IN (SELECT SortID FROM NewsClass WHERE SortName='技术资料') ORDER BY NewsID DESC")
while not rs.eof
%>
<%
rs.movenext
wend
rs.close
set rs=nothing
%> |
|
|
|
|
|