You would generally have to program this in ASP, ASP.NET,
PHP, or some other environment that runs on the Web
server.
The code would get a directory listing of the folder in
question, find the entry for the current pages, and then
build links to the next and previous pages.
If you only have JavaScript available, you would have to
define and maintain an array that contained all your page
names, and then write code that finds the current page
and buils links to tne next and previous entries.
In either case, you coudl write the code once and then
include it in any number of pages.
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)
|/---------------------------------------------------
*----------------------------------------------------
in the same directory. Right now I have index page to
select a particular page. However, what I would like is
a means to allow the visitor to page forward and backward
thru the directory (stopping when either first or last
page is found). Any ideas other than to manually link
each page?