| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1620 人关注过本帖
标题:循环表格的方法
取消只看楼主 加入收藏
无根泉
Rank: 2
等 级:新手上路
威 望:4
帖 子:853
专家分:0
注 册:2004-11-4
收藏
 问题点数:0 回复次数:2 
循环表格的方法
发一些代码,我想大家会用的上的, 如题: <table width="100%" border="0" align="center" cellpadding="3" cellspacing="4"> <% 'do while not rs.eof 'and ipage<rs.pagesize for i=1 to 5 if rs.eof then exit for%> <tr> <% for j=1 to 4 if rs.eof then exit for %> <td height="120"> <table width="100%" border="1" cellpadding="0" cellspacing="3" bordercolor="#888888"> <tr> <td><div align="center"><a href="look.asp?id=<%=rs("id")%>" target="_blank"><img src="showimg.asp?id=<%=rs(0)%>" width="164" height="112" border="0" onload="javascript:DrawImage(this);"></a></div></td> </tr> <tr> <td height="20"><div align="center">名称:<%= rs("name") %>|次数:<%= rs("dj") %>&nbsp;</div></td> </tr> </table> </td> <% rs.movenext next %> <% 'response.Write i if page=1 then cout=rs.recordcount else cout=rs.recordcount-rs.pagesize*(page-1) end if c=4*i b=c-cout 'response.Write b if b<>0 then for a=1 to b 'if (b+i)>4 then exit for%> <td height="120"> <table width="100%" border="1" cellpadding="0" cellspacing="3" bordercolor="#888888"> <tr> <td><div align="center"><img src="no.gif" width="164" height="112" border="0" onload="javascript:DrawImage(this);"></div></td> </tr> <tr> <td height="20"><div align="center">暂无</div></td> </tr> </table> </td> <% next end if%> </tr> <% next 'ipage=ipage+1 'loop%> </table> 看看效果图会更明显些!!
图片附件: 游客没有浏览图片的权限,请 登录注册

[此贴子已经被作者于2005-5-18 9:50:41编辑过]

搜索更多相关主题的帖子: 表格 
2005-05-18 09:46
无根泉
Rank: 2
等 级:新手上路
威 望:4
帖 子:853
专家分:0
注 册:2004-11-4
收藏
得分:0 

丢人了,看来我还是删了算了,

[此贴子已经被作者于2005-5-18 11:39:40编辑过]



我很菜,但我很努力!
2005-05-18 11:38
无根泉
Rank: 2
等 级:新手上路
威 望:4
帖 子:853
专家分:0
注 册:2004-11-4
收藏
得分:0 

我很菜,但我很努力!
2005-05-18 12:41
快速回复:循环表格的方法
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.019469 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved