女尊虐男宠尿道:图片调用

来源:百度文库 编辑:神马品牌网 时间:2024/04/20 21:16:07
<%
sql="select top 1 A.ArticleID,A.ClassID,L.LayoutID,L.LayoutFileName,A.Title,A.Key,A.Author,A.CopyFrom,A.UpdateTime,A.Editor,A.TitleFontColor,A.TitleFontType,"
sql=sql & "A.Hits,A.OnTop,A.Hot,A.Elite,A.Passed,A.IncludePic,A.Stars,A.PaginationType,A.ReadLevel,A.ReadPoint,A.DefaultPicUrl from Article A"
sql=sql & " inner join Layout L on A.LayoutID=L.LayoutID where A.Deleted=False and A.Passed=True and A.ClassID in (" & arrClassID & ") and DefaultPicUrl<>'' order by A.ArticleID desc"
rsPic.open sql,conn,1,1
if rsPic.bof and rsPic.eof then
else
strPic=""
call GetPicArticleTitle(14,200,150)
response.write strPic
end if
rsPic.close
%>

这是一段调用最新所有栏目的最新图片URL及文章标题。我想改成只显示图片,不显示标题的,怎么改?