Folks I have a need to display the contents of a 2nd or 3rd page when an
initial page is displayed. The pages to be combined for a single view is
dynamic and therefore combining various pages into 1 larger page is not the
way I want to go.

Any way of doing this within FrontPage 2002?

Re: combine pages ? by Ronx

Ronx
Wed Feb 07 03:39:38 CST 2007

A common solution for this is to use a database and server side
scripting. The database stores the dynamic pages, which are loaded onto
the static page according to whatever parameters are defined.
Which database and script language will depend on your server's
operating system and what the host supports.
Example: on Unix use mySQL and PHP, on Windows use Access or MS SQL
Server with ASP or asp.NET
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



"tg" <tg2122460@yahoo.com> wrote in message
news:S5qdnSwlfOnndlXYnZ2dnUVZ_oytnZ2d@sentex.net:

> Folks I have a need to display the contents of a 2nd or 3rd page when an
> initial page is displayed. The pages to be combined for a single view is
> dynamic and therefore combining various pages into 1 larger page is not the
> way I want to go.
>
> Any way of doing this within FrontPage 2002?