%@ Language=VBScript %> <% Response.expires = 0 Response.expiresabsolute = Now() - 1 Response.addHeader "pragma", "no-cache" Response.addHeader "cache-control", "private" Response.CacheControl = "no-cache" %>
|
上海达永快餐服务有限公司版权所有 CopyRight 2007 All Right
Reserved |
|
|||||||||||||||||||||||||
|
共有
<%=total%>
个留言 共 <%=rs.pagecount%>
页 当 前 第 <%=page%> 页 留 言 分 页:
<%
if page>1 then%>
上一页
<%
end if
%>
<%
if rs.pagecount <= 8 then
for j=1 to rs.pagecount
response.write "["&j&"]"
next
else
for j=1 to 8
response.write "["&j&"] "
next
response.write "[>>]"
end if
%>
<%
if page |
上海达永快餐服务有限公司版权所有 CopyRight 2007 All Right
Reserved |