Updating same banner used on multiple pages

  • Thread starter Thread starter B Tuohy
  • Start date Start date
B

B Tuohy

We want to use the same banner on multiple web pages. Without using frames,
is there a way to "link" the banners to a source file/HTML such that changes
to the one source file/HTML file show up on all the "linked" web pages
banners?

Thank you!
 
FP Include Page Component, under Insert | Components (FP2000) or Insert | Web Components (FP2002)

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
You may be tempted to use Share Border (Top), but I highly recommend what Thomas says...use Included Page at the top.


| We want to use the same banner on multiple web pages. Without using frames,
| is there a way to "link" the banners to a source file/HTML such that changes
| to the one source file/HTML file show up on all the "linked" web pages
| banners?
|
| Thank you!
|
|
 
CSS is nice.

You may be tempted to use Share Border (Top), but I highly recommend what
Thomas says...use Included Page at the top.


| We want to use the same banner on multiple web pages. Without using
frames,
| is there a way to "link" the banners to a source file/HTML such that
changes
| to the one source file/HTML file show up on all the "linked" web pages
| banners?
|
| Thank you!
|
|
 
I'm still learning it...until I understand it throughly I ain't gonna open me trap :-)


| CSS is nice.
|
| | You may be tempted to use Share Border (Top), but I highly recommend what
| Thomas says...use Included Page at the top.
|
|
| | | We want to use the same banner on multiple web pages. Without using
| frames,
| | is there a way to "link" the banners to a source file/HTML such that
| changes
| | to the one source file/HTML file show up on all the "linked" web pages
| | banners?
| |
| | Thank you!
| |
| |
|
|
 
Thanks for the suggestion; it works great on simple text, etc. However, my
banner has some show/hide menues that I've constructed with JavaScript.
They don't work properly using this FP Include Page Component. I haven't
been able to modify the script thus far to enable it. I want to keep the
banner navigation menues, so may have to simply create all of the web pages
with the same banner pasted into them (although that sure seems tedious!).
Or, maybe use VBA to loop through files and update it?
 
There are three solutions... all links must be absolute URLs.

1. The JavaScript function code must be inserted into the head section of all pages using the
include or shared border.

or

2. The JavaScript function code must be inserted after the <body> tag of the include or shared
border page to be included in other pages.

or

3. The JavaScript function code must stored in a external .js file and then linked to all pages
using the include or shared border.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
You are right. This worked. Thanks!

Thomas A. Rowe said:
There are three solutions... all links must be absolute URLs.

1. The JavaScript function code must be inserted into the head section of all pages using the
include or shared border.

or

2. The JavaScript function code must be inserted after the <body> tag of the include or shared
border page to be included in other pages.

or

3. The JavaScript function code must stored in a external .js file and then linked to all pages
using the include or shared border.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

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

Back
Top