Working with Frontpage Includes
Frontpage Includes are one of the very few features in Frontpage in which
Frontpage handles by itself - without the need for Frontpage Server Extensions
(FPSE). As you can seen from the screen captures, even any changes made by
the Include file are automatically updated locally. It seems that you do
not need to re-save the files, but you will need to re-publish all the files
since the files have been changed locally.
To add a page in
Frontpage, go to Tools - Web Component. Now choose Page
and hit Next. Hit the browse button and locate the page you would like to
include. Unlike using server side includes, a Frontpage Included file must
be a complete page (having a html, head, and body elements). Frontpage
will handle the includes code as necessary.
The biggest difference with using Frontpage Includes and Server Side Includes,
you will nee to publish all pages that have the included content. With a
Server Side Include, you only need to publish one page.




Comments
Hi Corey. I have created a form page and inserted it in catalogue pages column as a 'frontpage includes' page. how do I keep form field inputs current - or stop the fields being blanked when I open up a second page with the form page included ... follow? The aim is to flick from page to page in the catalogue and retain form inputs between each page. Steve
You would need to use some type of script (either JavaScript or server side (ASP / .NET / PHP) to maintain those fields.
I would recommend
the href="http://www.iwdn.net/index.php?referrerid=23" title="International Web Developers Network">International Web
Developers Network for these type of scripting issues.