Scusate come un cogliote ho dimenticato di mettere lo script
codice:
<%
TM_counter = 0
For i = 1 to Rs_risult_total Step MM_size
TM_counter = TM_counter + 1
TM_PageEndCount = i + MM_size - 1
if TM_PageEndCount > Rs_risult_total Then TM_PageEndCount = Rs_risult_total
if i <> MM_offset + 1 then
Response.Write("<a href=""" & Request.ServerVariables("URL") & "?" & MM_keepMove & "offset=" & i-1 & """>")
Response.Write(TM_counter & "</a>")
else
Response.Write("<font color='#CC0000'>" & TM_counter & "</font>")
End if
if(TM_PageEndCount <> Rs_risult_total) then Response.Write(", ")
next
%>