flash和asp分页的一点心得与flash脚本

2019-04-02 10:40:29于海丽

if Tnum<>0 then rs.AbsolutePage=page 
if log_cat=0 or log_cat="" then 
log_name="[全部分类]" 
else 
log_name="["&rs("cat_name")&"]" 
End if 
'以下输出xml 
'------------------------------------------------ 
response.write("<Tree logname='"&log_name&"' Tnum='"&Tnum&"' Tpage='"&Tpage&"'>") 
if rs.eof then 
rs.close 
else 
do while not rs.eof and pageSize>0 
response.write("<Trees author='"&rs("log_author")&"' Addtime='"&rs("written_time")&"' id='"&rs("log_ID")&"'>") 
response.write("<![CDATA["&rs("log_tittle")&"]]></Trees>") 
pageSize=pageSize-1 
rs.movenext 
loop 
rs.close 
End if 
//关闭rs 
call Tree_rsclose 
call Tree_conclose 
response.write("</Tree>") 
%>

您可能感兴趣的文章:

asp下计算分页的几种方法ASP分页类(支持多风格变换)透彻掌握ASP分页技术很详细的分析asp分页(自己整理的2个分页程序)易心asp分页类 v1.0asp分页生成html的程序脚本代码彻底掌握ASP分页技术杂谈asp分页的一个类简单的ASP分页代码(测试正确)js实现ASP分页函数 HTML分页函数叶子asp分页类ASP分页时计算页面总数的几种算法小结