求助ASP程序修改,asp新闻两列怎么做

求助,asp如何两列展示,一般程序都只有一列,两列要怎么修改呢,麻烦帮我修改下代码,很抱歉没有分了。setrs=server.createobject("adodb.re... 求助,asp 如何两列展示,一般程序都只有一列,两列要怎么修改呢,麻烦帮我修改下代码,很抱歉没有分了。

set rs=server.createobject("adodb.recordset")
sql="select top 100 title,content,file_path,[url],time from [article] where "&ClassSQL&"='"&ItemID&"' and view_yes=1 and ArticleType=1 order by [time] desc"
rs.open(sql),cn,1,1
if not rs.eof and not rs.bof then
for i=1 to 100
rs_url=""
if rs("url")<>"" then
rs_url=rs("url")
else
rs_url=ArticleContent_FolderName&"/"&rs("file_path")
end if
WebNewNewsList=WebNewNewsList&"<tr><td width='75%'>· <a href='"&rs_url&"' target='_blank' title='"&rs("title")&"'>"&left(rs("title"),19)&"</a></td>"
WebNewNewsList=WebNewNewsList&"<td width='25%'><span>"&year(rs("time"))&"-"&month(rs("time"))&"-"&day(rs("time"))&"</span></td></tr>"
rs_0.close
set rs_0=nothing
rs.movenext
next
else
WebNewNewsList=WebNewNewsList&"暂无信息。"
end if
rs.close
set rs=nothing
展开
 我来答
田响建站
推荐于2016-01-15 · 田响建站,纯手工建网站
田响建站
采纳数:3384 获赞数:2327

向TA提问 私信TA
展开全部
dim j
set rs=server.createobject("adodb.recordset")
sql="select top 100 title,content,file_path,[url],time from [article] where "&ClassSQL&"='"&ItemID&"' and view_yes=1 and ArticleType=1 order by [time] desc"
rs.open(sql),cn,1,1
if not rs.eof and not rs.bof then
j=1
for i=1 to 100
rs_url=""
if rs("url")<>"" then
rs_url=rs("url")
else
rs_url=ArticleContent_FolderName&"/"&rs("file_path")
end if
WebNewNewsList=WebNewNewsList&"<td><table width='100%'><tr><td width='75%'>· <a href='"&rs_url&"' target='_blank' title='"&rs("title")&"'>"&left(rs("title"),19)&"</a></td>"
WebNewNewsList=WebNewNewsList&"<td width='25%'><span>"&year(rs("time"))&"-"&month(rs("time"))&"-"&day(rs("time"))&"</span></td></tr></table></td>"
rs_0.close
set rs_0=nothing
if j mod 2=0 then response.write "</tr><tr>"
rs.movenext
j=j+1
next
else
WebNewNewsList=WebNewNewsList&"暂无信息。"
end if
rs.close
set rs=nothing
追问
应该是可以的,细节要修改下,显示是变成一列一列了,每个都竖着怎么办,我只要两列,他每个都竖着一列一列
追答
每个都竖着一列一列   =  if j mod 2=0 then response.write ""  没起作
把j改成i试下
if i mod 2=0 then WebNewNewsList=WebNewNewsList&""

if j mod 2=0 then WebNewNewsList=WebNewNewsList&""
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
phonglin1
2014-08-09 · TA获得超过531个赞
知道小有建树答主
回答量:443
采纳率:100%
帮助的人:551万
展开全部
WebNewNewsList是在table中调用的吗?
更多追问追答
追问
这个是在html文件中调用,这个代码要生成静态的
追答
我给你试试吧。一次性不一定能成功。只有这些代码没法调试。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式