Publishing 'Included Contetn/Page'

G

Guest

Some of my pages use 'Included Content/Page'. When the included page is
changed and I publish 'All Changed Pages', FP doesn't seem to recognize the
changed page and doesn't update such content on the server even whe I
recalculate links. How do I force the FP to do that without having to
republish all pages. Thanks.
 
P

p c

FP page inlude is saved with the conainer page. It doesn't automtcally
update in the container page when you chnged the included page. You will
need to open the page to to refresh it and save it again.

Some servers support dynamic includes--the contents of another file is
included when a file is requested. Which is done by the server--not FP.
 
G

Guest

Thank you, what I don't understand is that the included page, even if
changed, is not moved to the server during publishing. When such page is
'manually' published, things start to work. Is there a way of tricking FP
into thinking that the local included file differ from the server included
file and make it update the latter when publishing changed pages only? Many
thanks.
 
T

Thomas A. Rowe

You must have the web / site open in FP when you make the change via FP, and then save the page.Then
you must use File Menu | Publish Web / Site and select the Change Pages Only option

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
G

Guest

Options include Inline Frame and reading PHP as HTML so you can use the PHP
include command. Do a search on this forum and you find out how if your
server does not currently do this.

Try adding this statement where you want the included page:
<?php
include 'http://www.webaddress.com/folder/page.htm';
?>
 
S

Steve Easton

p c said:
FP page inlude is saved with the conainer page. It doesn't automtcally
update in the container page when you chnged the included page.

Sure it does. "IF" you open the web and then the include page and edit it.
Then when you save the include, all pages that use it are updated and
considered as "changed" by FrontPage when you next Publish.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer






You will
 
S

Steve Easton

The FrontPage include uses a web bot and is a design time client side feature, not server
side.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top