ViewNextPage Lotusscript replacement

We have several forms with embedded views on the web where we’re using viewpreviouspage and viewnextpage to walk the view.

Can anyone point me to a code source to replace this archaic method with something more user friendly? Some that might show previous, next, first, last and clickable page sets in between?

Thanks

Subject: ViewNextPage Lotusscript replacement

There is an example database that I think I found on the openntf site.http://www.openntf.org/internal/home.nsf

It has links in the embedded views like

First 1 2 3 4 5 6 7 8 9 10 >> Last

and if you click on page 10 it amends the links to

First 6 7 8 9 10 11 12 13 14 15 >> Last

Subject: RE: ViewNextPage Lotusscript replacement

That’s exactly what I’m looking for. Unfortunately, I couldn’t find it on the site you mentioned.