Creating multiple links to one page in Navigation View.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is it posible, in Navigation view, to have multiple pages link to one other
(unique) page without making a copy of that unique page each time?
 
No.

--
==============================================
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.
==============================================
 
then is there a remedy to my perceived problem that if I have a page named
Dodge and a page named SUVs in the Navigational view structure and I have a
"specs page" for a particular Dodge SUV that I want to link to both the Dodge
and SUVs pages I must make a copy of that page and link and maintain them
both separately. And if I want those pages to always have the same
information, under each parent, the normalization anomally causes redundant
updates and an uncertainty that the data on the pages is identical.
 
Possible solutions:

1. Use server-side scripting and a database to dynamically display data as needed

2. Use a single FP include page for the Spec content, then include this page into both the Dodge and
SUV pages

3. Manually create you navigation structure and do not rely on the FP Navigation components

--
==============================================
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.
==============================================
 
The option is that you create links somewhere on your page and then link them to their pages, you
can not access the code for the FP Navigation structure

--
==============================================
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.
==============================================
 
Back
Top