分页:
<%
if currentPage=1 then
response.write "
9 "
else
response.write "
9 "
end if
if p*12>0 then
response.write "
7 "
end if
response.write "
"
for ii=p*12+1 to P*12+12
if ii=currentPage then
response.write ""+Cstr(ii)+" "
else
response.write ""+Cstr(ii)+" "
end if
if ii=n then exit for
next
response.write ""
if ii
8 "
end if
if currentPage=n then
response.write ": "
else
response.write ": "
end if
response.write "