Header Image

B

Bobby Z

Is it possible to have a header on the home page and have it linked to other
pages so that it doesn't have to be re-loaded each time a visitor goes to
different page?
 
D

David Berry

Only if you use frames. If you put it as an include page it will still load
when the page loads.
 
T

Trevor L.

David said:
Only if you use frames. If you put it as an include page it will
still load when the page loads.

But couldn't it be made as an FP include?

Then the code is embedded in each page. (At least that is my understanding -
I haven't used FP include much.)

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
----------------------------------------
 
D

David Berry

The code isn't really embedded in the page. It's in the page that's being
included. When the page loads it goes out and gets the included page and
then loads that too. That way it's sure it has the most current copy. So
using an FP Include wouldn't keep the page from having to load a header each
time.


Trevor L. said:
David said:
Only if you use frames. If you put it as an include page it will
still load when the page loads.

But couldn't it be made as an FP include?

Then the code is embedded in each page. (At least that is my
understanding - I haven't used FP include much.)

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
 
T

Thomas A. Rowe

A FP include is a design-time include, not a run-time include.

To have the image only loaded once, requires that it be inserted on the page / include page via a
absolute URL.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


David Berry said:
The code isn't really embedded in the page. It's in the page that's being included. When the
page loads it goes out and gets the included page and then loads that too. That way it's sure it
has the most current copy. So using an FP Include wouldn't keep the page from having to load a
header each time.


Trevor L. said:
David said:
Only if you use frames. If you put it as an include page it will
still load when the page loads.


Is it possible to have a header on the home page and have it linked
to other pages so that it doesn't have to be re-loaded each time a
visitor goes to different page?

But couldn't it be made as an FP include?

Then the code is embedded in each page. (At least that is my understanding - I haven't used FP
include much.)

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
 

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