For a photo gallery, you would typically write some code that reads
all the file names from some directory on the server, then divides the
number of files by 10 or 20 to get the number of pages. Then, the code
would create a bunch of hyperlinks such as the following.
<a href=picpage.asp?start=1>1</a>
<a href=picpage.asp?start=11>2</a>
<a href=picpage.asp?start=21>3</a>
The code would then use the start= value to pick a starting picture
number.
For product offerings, you typically have a "products" table in some
database, with a record for each product. Then, again, you find the
number of products, divide by the number of products per page, and
generate hyperlinks that contain a starting point.
If you have a database table, the FrontPage Database Results Wizard
can display its contents with paging substantially as you describe.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------