创建一个ASP通用分页类(10)
'=====================================================
'显示分页信息,各个模块根据自己要求更改显求位置
'=====================================================
response.write "
str_tmp=ShowFirstPrv '显示首页、前一页
response.write str_tmp
str_tmp=showNumBtn '数字导航
response.write str_tmp
str_tmp=ShowNextLast '下一页、末页
response.write str_tmp
str_tmp=ShowPageInfo
response.write str_tmp
response.write ""
end Sub
内容版权声明:除非注明,否则皆为本站原创文章。