<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% dim ImgUrl,SqlText,rs,LinkUrl LinkUrl="ArticleList.asp?lmid=12" ImgUrl="images/temp.jpg" SqlText="SELECT TOP 1 [id],PicUrl FROM T_XX WHERE [lmid]=12 AND PicUrl IS NOT NULL AND LEN(PicUrl)>4 ORDER BY plsx asc,[id] desc" set rs=conn.execute(SqlText) if not rs.eof then LinkUrl="Article.asp?id="&rs("id") ImgUrl="WebFiles/"&rs("PicUrl") end if %> 牧羊钢结构工程有限公司
<%call ShowArticleListView(15,"",5,36)%>
<%call ShowArticleListView(16,"",5,36)%>
<% conn.close() set conn=nothing %>