mario0Mario Silver bali - Useful Links
<%
pg=request("pg")
nRecInPage=50
rst.open "SELECT * FROM Links ORDER BY LinkTitle",oconn,3,3
if rst.eof then
response.write "Record not found..."
response.end
end if
rst.movelast
vreccount=rst.recordcount
nNoOfPage=fix(rst.recordcount/nRecInPage)+1
nPageNo=cint(pg)
if nPageNo=0 then
nPageNo=1
end if
nMoveRec=(nPageNo-1)*nRecInPage
%>