Skip Navigation

FrontPage Navigation Bars

Tags: FrontPage | Navigation
File Author Send email Website
2008092201 Ronx to Ronx www.rxs-enterprises.org

FrontPage navigation bars

The choices for navigation bar levels


FrontPage navigation bars can show several different parts of a website, ranging from Children Under Home, Global pages, to Chid pages.  Which pages are shown in the navigation bar depends on the properties chosen.

The navigation used here is taken from the FrontPage Navigation View for this site:

Navigation View

Here are some examples of link bars produced from the above section of the navigation view, and the associated property sheet.  All the navigation bars use the page's theme (in this case there is no theme applied), and are oriented vertically. Additionally, the webbot code for the navigation bar (copied from Code view) is also shown. This page is the box labelled "FP Nav. Bars" in the above image.

1 - Global, including Home page

GlobalHome
Telephony
Galleries
Web Faqs
Links

<!--webbot b-include-home="TRUE" b-include-up="FALSE" bot="Navigation" s-orientation="vertical" s-rendering="graphics" s-type="global" -->

2 - Child Pages Under Home, including Home Page

Child pages under homeHome
About
Site Map
Contact
Privacy

<!--webbot b-include-home="TRUE" b-include-up="FALSE" bot="Navigation" s-orientation="vertical" s-rendering="graphics" s-type="top" -->

3- Same Level, not including the Home Page

Same Leveluser@example.com
mail-to hyperlink
FP Nav Bars
link to Pop-up
pop-up link example

<!--webbot b-include-home="FALSE" b-include-up="FALSE" bot="Navigation" s-orientation="vertical" s-rendering="graphics" s-type="siblings" -->

4- Parent Level

Parent LevelStyling FrontPage Navigation
Navigation View
Current Page
Navigation Bars
Bullet navigation theme

<!--webbot b-include-home="FALSE" b-include-up="FALSE" bot="Navigation" s-orientation="vertical" s-rendering="graphics" s-type="parent" -->

5- Back and Next

Back and NextBack
Next

<!--webbot b-include-home="FALSE" b-include-up="FALSE" bot="Navigation" s-orientation="vertical" s-rendering="graphics" s-type="arrows" -->

6- Child Pages, including Home page

This will only display the Home page since there are no child pages for this page.

Child PagesHome

<!--webbot b-include-home="TRUE" b-include-up="FALSE" bot="Navigation" s-orientation="vertical" s-rendering="graphics" s-type="children" -->

7- Child Pages under a different page, including Home page

This was suggested by Michael in the FrontPage newsgroup on 12/10/2008.

This requires a dive into Code View. Insert the navigation bar as for Child Pages, then modify the webbot:

The original webbot code is: <!--webbot b-include-home="TRUE" b-include-up="FALSE" bot="Navigation" s-orientation="vertical" s-rendering="graphics" s-type="children" -->
Change to: <!--webbot b-include-home="TRUE" b-include-up="FALSE" bot="Navigation" s-orientation="vertical" s-rendering="graphics" s-type="children" U-Page="../../../mainpage/telephony.aspx"-->

Note the addition of  U-Page="path/to/page.htm" in the code (in this example U-Page="../../../mainpage/telephony.aspx").  The navigation webbot uses this as the basis for the navigation bar, rather than the current page.  The page used for the link bar below is the box labelled "Telephony" in the navigation view above. There in no image for the nav bar properties.

Home
Country Code Decoder
IBS Projects
Collect Calls

<!--webbot bot="Navigation" S-Type="children" S-Orientation="vertical" S-Rendering="graphics" B-Include-Home="TRUE" B-Include-Up="FALSE" U-Page="../../../mainpage/telephony.aspx" -->