修改ASP代码,要求图片显示2张换行,并分页浏览.高手请帮忙修改,重谢!

代码如下:functionshow_titlepic(num,fontnum,NewWindows,PicWidthStr,PicHeightStr)IFNewWindo... 代码如下:
function show_titlepic(num,fontnum,NewWindows,PicWidthStr,PicHeightStr)
IF NewWindows="True" Then nnn=" target='_blank'"
sql="select top "&num&" ID,Title,picUrl from Hx_"&TabTemp&" where ChannelID="&ChannelID&" and passed=0 "
IF int(classid)>0 Then sql=sql&"and (cat_id="&classid&" or cat_id in(select cat_id from Hx_"&TabTemp&"Cat where sid="&classid&")) "
if TabTemp="News" or TabTemp="Art" then
sql=sql&"and isPic=1 and PicUrl<>'' "
end if
sql=sql&"ORDER by id DESC"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
if rs.bof and rs.eof then
show_Titlepic="暂无!"
else
do while not rs.eof
show_Titlepic=show_Titlepic&"<div><a href='"&GetShowUrl(Rs(0),1)&"'"& nnn &"><img height="""&PicHeightStr&""" alt="""&rs(1)&""" width="""&PicWidthStr&""" src="""&geturl(rs(2))&""" /></a><br/><a style=""padding-top: 3px;"" href='"&GetShowUrl(Rs(0),1)&"'"& nnn &">"&gotTopic(rs(1),fontnum)&"</a></div>" & vbCrLf
rs.movenext
loop
end if
set rs=nothing
end function
展开
 我来答
longkaibest
2009-02-12
知道答主
回答量:4
采纳率:0%
帮助的人:0
展开全部
function show_titlepic(num,fontnum,NewWindows,PicWidthStr,PicHeightStr)
IF NewWindows="True" Then nnn=" target='_blank'"
sql="select top "&num&" ID,Title,picUrl from Hx_"&TabTemp&" where ChannelID="&ChannelID&" and passed=0 "
IF int(classid)>0 Then sql=sql&"and (cat_id="&classid&" or cat_id in(select cat_id from Hx_"&TabTemp&"Cat where sid="&classid&")) "
if TabTemp="News" or TabTemp="Art" then
sql=sql&"and isPic=1 and PicUrl<>'' "
end if
sql=sql&"ORDER by id DESC"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
if rs.bof and rs.eof then
show_Titlepic="暂无!"
else
dim i
i=0
do while not rs.eof
show_Titlepic=show_Titlepic&"<td align='center'><a href='"&GetShowUrl(Rs(0),1)&"'"& nnn &"><img height="""&PicHeightStr&""" alt="""&rs(1)&""" width="""&PicWidthStr&""" src="""&geturl(rs(2))&""" /></a><br><a href='"&GetShowUrl(Rs(0),1)&"'"& nnn &">"&gotTopic(rs(1),fontnum)&"</a></td>" & vbCrLf
rs.movenext
i=i+1
if i mod 2=0 then
show_Titlepic=show_Titlepic & "</tr><tr>"
end if
loop
show_Titlepic="<table><tr>" &show_Titlepic&"</tr></table>"
end if
set rs=nothing
end function
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式