| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 268 人关注过本帖
标题:翻页问题
取消只看楼主 加入收藏
三哥
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2010-4-15
结帖率:75%
收藏
已结贴  问题点数:5 回复次数:0 
翻页问题
<table align="center">
<tr>
<td height="50" valign="top" align="center">
<%
response.Write("当前共有<%=rs.recordcount%>条用户记录")
if page =1 then
    response.Write"<font color=darkgray>首页 前页</font>"
    response.Write"<a href="view1.asp?page=1">首页</a><a href="view1.asp?page=<%=page-1%>">前页</a>"
end if

if page =allpages then
response.Write"<font color=darkgray>下页 末页</font>"
  else
    response.Write"<a href="view1.asp?page=<%=page+1%>">下页</a>
                   <a href="view1.asp?page=<%=allpages%>">末页</a>"
  end if
%>   
</td>
</tr>
</table>

在设计视图出现这种情况
ASP条用户记录") if page =1 then response.Write"首页 前页" response.Write"首页前页" end if if page =allpages then response.Write"下页 末页" else response.Write"下页 末页" end if %>

请高手指教指教
搜索更多相关主题的帖子: center 用户 color 
2010-04-26 20:10
快速回复:翻页问题
数据加载中...
 
   



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

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