Navigation Bar Failure

J

John C.

I need some assistance identifying a problem with my
website configuration.

My home page is default.htm (per my isp) and all other
pages are children of this page. I've added a navigation
bar to the border (nothing fancy) which seems to be
working on every page except default.htm.

I receive the following where the bar should be: "Add this
page to navigation view to display hyperlinks here"

This page IS in the Navigation view. In fact, it is the
home page as demonstrated by the link structure and the
little house icon that appears on it. And as stated
before, the Nav. bar works fine on all of the other pages
including the display of "Home" at the top of the menu/bar.

Is this a known issue/bug? Can anyone suggest a way to
restore operation of this Nav bar?

Thanks in advance for your time,
John
 
J

Jim Buyens

-----Original Message-----
I need some assistance identifying a problem with my
website configuration.

My home page is default.htm (per my isp) and all other
pages are children of this page. I've added a
navigation bar to the border (nothing fancy) which seems
to be working on every page except default.htm.

I receive the following where the bar should be: "Add
this page to navigation view to display hyperlinks here"

This page IS in the Navigation view. In fact, it is the
home page as demonstrated by the link structure and the
little house icon that appears on it. And as stated
before, the Nav. bar works fine on all of the other
pages including the display of "Home" at the top of the
menu/bar.

Is this a known issue/bug? Can anyone suggest a way to
restore operation of this Nav bar?

In all likelihood, you have a disk-based local Web. In
that situation, FrontPage demands that you name your home
page index.htm.

You can try right-clicking your default.htm page and
choosing Set As Home Page from the shortcut menu, but
don't be surprised if you need to rename the existing
default.htm page to index.htm, and only then set
index.htm as the home page.

You may need to recalculate hyperlinks and review your
navigatiopn structure after making this change.

In theory, FrontPage will notice that the home page on
the remote server must be default.htm. Then, as part of
publishing, FrontPage will rename the index.htm file on
your disk-based site to default.htm on the remote site,
fixing any hyperlinks as it goes.

If you find that an index.htm file is showing up on the
remote site, create a default.htm page consisting solely
of these statements:

<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="1; url=index.htm">
</head>
<body>
</body>
</html>

This file kicks anyone who requests it over to index.htm.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
J

John C.

Jim,
Thank you for your response. Unfortunately the
excellent suggestions you made were unsuccessful.

It is as if whichever .htm document is tagged as
the "home page" is not capable of displaying the actual
Navigation Structure. I find this especially odd because
the error seems to indicate that the page is not in the
Navigation window but a page that has been identified as
the "home page" clearly is in the structure. Also, the
menu works on all other pages than the actual home page.

The real kicker is that this was working with my
existing naming scheme up until I attempted to add another
Meta variable earlier this morning. I have since removed
that variable.

Any additional advice would be greatly appreciated.

-John
 
S

Stefan B Rusynko

FYI
DBW can use either index or default as home page file names

--



| >-----Original Message-----
| >I need some assistance identifying a problem with my
| >website configuration.
| >
| >My home page is default.htm (per my isp) and all other
| >pages are children of this page. I've added a
| >navigation bar to the border (nothing fancy) which seems
| >to be working on every page except default.htm.
| >
| >I receive the following where the bar should be: "Add
| >this page to navigation view to display hyperlinks here"
| >
| >This page IS in the Navigation view. In fact, it is the
| >home page as demonstrated by the link structure and the
| >little house icon that appears on it. And as stated
| >before, the Nav. bar works fine on all of the other
| >pages including the display of "Home" at the top of the
| >menu/bar.
| >
| >Is this a known issue/bug? Can anyone suggest a way to
| >restore operation of this Nav bar?
|
| In all likelihood, you have a disk-based local Web. In
| that situation, FrontPage demands that you name your home
| page index.htm.
|
| You can try right-clicking your default.htm page and
| choosing Set As Home Page from the shortcut menu, but
| don't be surprised if you need to rename the existing
| default.htm page to index.htm, and only then set
| index.htm as the home page.
|
| You may need to recalculate hyperlinks and review your
| navigatiopn structure after making this change.
|
| In theory, FrontPage will notice that the home page on
| the remote server must be default.htm. Then, as part of
| publishing, FrontPage will rename the index.htm file on
| your disk-based site to default.htm on the remote site,
| fixing any hyperlinks as it goes.
|
| If you find that an index.htm file is showing up on the
| remote site, create a default.htm page consisting solely
| of these statements:
|
| <html>
| <head>
| <title>Redirecting...</title>
| <meta http-equiv="refresh" content="1; url=index.htm">
| </head>
| <body>
| </body>
| </html>
|
| This file kicks anyone who requests it over to index.htm.
|
| Jim Buyens
| Microsoft FrontPage MVP
| (e-mail address removed)
| http://www.interlacken.com
| Author of:
| *------------------------------------------------------*
| |\----------------------------------------------------/|
| || Microsoft Office FrontPage 2003 Inside Out ||
| || Microsoft FrontPage Version 2002 Inside Out ||
| || Web Database Development Step by Step .NET Edition ||
| || Troubleshooting Microsoft FrontPage 2002 ||
| || Faster Smarter Beginning Programming ||
| || (All from Microsoft Press) ||
| |/----------------------------------------------------\|
| *------------------------------------------------------*
|
|
|
 
S

Stefan B Rusynko

In Folder List right click your home page file name (that required by your host) and select Set as Home Page
Then in Navigation View make sure that is the file w/ the Home icon in it, and all your other pages are under it

--



| Jim,
| Thank you for your response. Unfortunately the
| excellent suggestions you made were unsuccessful.
|
| It is as if whichever .htm document is tagged as
| the "home page" is not capable of displaying the actual
| Navigation Structure. I find this especially odd because
| the error seems to indicate that the page is not in the
| Navigation window but a page that has been identified as
| the "home page" clearly is in the structure. Also, the
| menu works on all other pages than the actual home page.
|
| The real kicker is that this was working with my
| existing naming scheme up until I attempted to add another
| Meta variable earlier this morning. I have since removed
| that variable.
|
| Any additional advice would be greatly appreciated.
|
| -John
|
| >-----Original Message-----
| >>-----Original Message-----
| >>I need some assistance identifying a problem with my
| >>website configuration.
| >>
| >>My home page is default.htm (per my isp) and all other
| >>pages are children of this page. I've added a
| >>navigation bar to the border (nothing fancy) which seems
| >>to be working on every page except default.htm.
| >>
| >>I receive the following where the bar should be: "Add
| >>this page to navigation view to display hyperlinks here"
| >>
| >>This page IS in the Navigation view. In fact, it is the
| >>home page as demonstrated by the link structure and the
| >>little house icon that appears on it. And as stated
| >>before, the Nav. bar works fine on all of the other
| >>pages including the display of "Home" at the top of the
| >>menu/bar.
| >>
| >>Is this a known issue/bug? Can anyone suggest a way to
| >>restore operation of this Nav bar?
| >
| >In all likelihood, you have a disk-based local Web. In
| >that situation, FrontPage demands that you name your home
| >page index.htm.
| >
| >You can try right-clicking your default.htm page and
| >choosing Set As Home Page from the shortcut menu, but
| >don't be surprised if you need to rename the existing
| >default.htm page to index.htm, and only then set
| >index.htm as the home page.
| >
| >You may need to recalculate hyperlinks and review your
| >navigatiopn structure after making this change.
| >
| >In theory, FrontPage will notice that the home page on
| >the remote server must be default.htm. Then, as part of
| >publishing, FrontPage will rename the index.htm file on
| >your disk-based site to default.htm on the remote site,
| >fixing any hyperlinks as it goes.
| >
| >If you find that an index.htm file is showing up on the
| >remote site, create a default.htm page consisting solely
| >of these statements:
| >
| ><html>
| ><head>
| ><title>Redirecting...</title>
| ><meta http-equiv="refresh" content="1; url=index.htm">
| ></head>
| ><body>
| ></body>
| ></html>
| >
| >This file kicks anyone who requests it over to index.htm.
| >
| >Jim Buyens
| >Microsoft FrontPage MVP
| >[email protected]
| >http://www.interlacken.com
| >Author of:
| >*------------------------------------------------------*
| >|\----------------------------------------------------/|
| >|| Microsoft Office FrontPage 2003 Inside Out ||
| >|| Microsoft FrontPage Version 2002 Inside Out ||
| >|| Web Database Development Step by Step .NET Edition ||
| >|| Troubleshooting Microsoft FrontPage 2002 ||
| >|| Faster Smarter Beginning Programming ||
| >|| (All from Microsoft Press) ||
| >|/----------------------------------------------------\|
| >*------------------------------------------------------*
| >
| >
| >
| >.
| >
 
J

Jim Buyens

John C. said:
Jim,
Thank you for your response. Unfortunately the
excellent suggestions you made were unsuccessful.

Well, this is getting weird. Have you tried deleting and then
re-inserting the Link Bar on your home Page? If not, try that.

If the Link Bar uis in a shared border, try removing shared border
from that pages only, then saving, closing, opening, and reapplying
shared borders.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 

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