dim topic,tmp1
set rs=joekoe_cms.exec(sql,1)...,Bullcn'Blog - 分享、交流、进步。" /> 1.2中首页调用留言的方法! - Bullcn'Blog

1.2中首页调用留言的方法!


方法如下:在index2.asp中定义:
sub ly()
sql="select top 8 topic,re_word,nname,hidden,tim,icon from gb_data order by id desc"
dim topic,tmp1
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
topic=rs("topic")
tmp1=tmp1&vbcrlf&"<tr><td height="&dim_num(6)&" class=under_dotline><img src='images/icon/"&rs("icon")&".gif' border=0 align=absMiddle> <a href='gbook.asp' target=_blank alt='"&joekoe_cms.code_html(topic,1,0)&"'>"&rs("nname")&": "&joekoe_cms.code_html(topic,1,10)&"</a></td></tr>"
rs.movenext
loop
rs.close
tmp1="<table border=0 cellspacing=0 cellpadding=2 width='100%'>"&tmp1&vbcrlf&"</table>"
response.write vbcrlf&"<table cellspacing=1 cellpadding=4 class=table>" & _
vbcrlf&"<tr><td class=td0> 最新留言</td></tr>" & _
vbcrlf&"<tr class=bg_td><td align=center>"&tmp1&"</td></tr>" & _
vbcrlf&"</table>"&ukong
end sub
%>

然后再调用的地方加入:
<% call ly() %>

文章来自: Original
引用通告: 查看所有引用 | 我要引用此文章
Tags:
相关日志:
评论: 6 | 引用: 0 | 查看次数: 1163
发表评论
昵 称:
密 码: 游客发言不需要密码.
内 容:
验证码: 验证码
选 项:
虽然发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.
字数限制 20 字 | UBB代码 关闭 | [img]标签 关闭