<%if rs.recordcount<>0 then%> <%end if%>
<%
if k=p then
Response.Write""
else
if k<>1 then
response.write"["+"首页] "
response.write"["+"上页] "
else
Response.Write""
end if
if k<>n then
response.write"["+"下页] "
response.write"["+"尾页] "
else
Response.Write""
end if
end if
%>