% Response.Buffer = True %> <% If Session("houseviewlogin") = "" OR Session("houseviewpass") = "" OR Session("houseviewgroup") = "" then Response.Redirect "login.asp" End If Dim sortdata, groupingdata sortdata = Session("houseviewAbb") if sortdata = "" then response.redirect ("login.asp") end if groupingdata = Session("houseviewgroup") %>
| <%=straddress%> |
<%=strtitle%> Billing Currently Logged in: <%=Session("houseviewlogin")%> of <%=Session("houseviewAgency")%> |
||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||
| "
response.write ""
if (mypage mod 10) = 0 then
counterstart = mypage - 9
else
counterstart = mypage - (mypage mod 10) + 1
end if
counterend = counterstart + 9
if counterend > maxpages then counterend = maxpages
if counterstart <> 1 then
ref="First : "
Response.Write ref
ref="Previous "
Response.Write ref
end if
Response.Write "Jump to page["
for counter=counterstart to counterend
If counter>=10 then
pad=""
end if
if cstr(counter) <> mypage then
ref="" & pad & counter & ""
else
ref="" & pad & counter & ""
end if
response.write ref
if counter <> counterend then response.write " "
next
Response.Write "]"
if counterend <> maxpages then
ref=" Next"
Response.Write ref
ref=" : Last"
Response.Write ref
end if
response.write " " response.write " | "
response.write "