navigation bar problems

G

Guest

I am fairly new to web development (only 7 sites I have done). I have never
had any problems with fronpage until now. My problem is with my horizontal
navigation bars. I create all my pages using Navigation View then I open the
page and design what I want. In this case with my most current site, my
navigation bars appear to be fine in design mode but not in preview mode
(neither FP preview or browser preview). Then after publishing to my host
server there are no navigation bars at all. I have done everything (server
extension install/uninstall, delte and re-insert bars, etc.) I can think of
to fix this problem and it's driving me crazy!

Any suggestions?
 
T

Trevor L.

Nat said:
I am fairly new to web development (only 7 sites I have done). I
have never had any problems with fronpage until now. My problem is
with my horizontal navigation bars. I create all my pages using
Navigation View then I open the page and design what I want. In this
case with my most current site, my navigation bars appear to be fine
in design mode but not in preview mode (neither FP preview or browser
preview). Then after publishing to my host server there are no
navigation bars at all. I have done everything (server extension
install/uninstall, delte and re-insert bars, etc.) I can think of to
fix this problem and it's driving me crazy!

Any suggestions?

I don't use this part of FP, but if you post your URL, I (or others) can
have a look at the code and see what we can see
 
S

Stefan B Rusynko

Post a URL to the online site

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I am fairly new to web development (only 7 sites I have done). I have never
| had any problems with fronpage until now. My problem is with my horizontal
| navigation bars. I create all my pages using Navigation View then I open the
| page and design what I want. In this case with my most current site, my
| navigation bars appear to be fine in design mode but not in preview mode
| (neither FP preview or browser preview). Then after publishing to my host
| server there are no navigation bars at all. I have done everything (server
| extension install/uninstall, delte and re-insert bars, etc.) I can think of
| to fix this problem and it's driving me crazy!
|
| Any suggestions?
 
G

Guest

Thank You!
www.corbetrealty.com

Trevor L. said:
Nat said:
I am fairly new to web development (only 7 sites I have done). I
have never had any problems with fronpage until now. My problem is
with my horizontal navigation bars. I create all my pages using
Navigation View then I open the page and design what I want. In this
case with my most current site, my navigation bars appear to be fine
in design mode but not in preview mode (neither FP preview or browser
preview). Then after publishing to my host server there are no
navigation bars at all. I have done everything (server extension
install/uninstall, delte and re-insert bars, etc.) I can think of to
fix this problem and it's driving me crazy!

Any suggestions?

I don't use this part of FP, but if you post your URL, I (or others) can
have a look at the code and see what we can see
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
 
G

Guest

I'm sorry, in the last reply I sent I gave you the wrong url. Try this one
www.vikiblackburn.com, it is on the land page and then click on 160 acres.
You will see there is no navigation on that page. The other site I mentioned
in my last reply I reverted back to their old design (not my design). Sorry
for the mistake and thanks for helping!
Nat

Trevor L. said:
Nat said:
I am fairly new to web development (only 7 sites I have done). I
have never had any problems with fronpage until now. My problem is
with my horizontal navigation bars. I create all my pages using
Navigation View then I open the page and design what I want. In this
case with my most current site, my navigation bars appear to be fine
in design mode but not in preview mode (neither FP preview or browser
preview). Then after publishing to my host server there are no
navigation bars at all. I have done everything (server extension
install/uninstall, delte and re-insert bars, etc.) I can think of to
fix this problem and it's driving me crazy!

Any suggestions?

I don't use this part of FP, but if you post your URL, I (or others) can
have a look at the code and see what we can see
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
 
T

Trevor L.

Nat said:
I'm sorry, in the last reply I sent I gave you the wrong url. Try
this one www.vikiblackburn.com, it is on the land page and then click
on 160 acres. You will see there is no navigation on that page. The
other site I mentioned in my last reply I reverted back to their old
design (not my design). Sorry for the mistake and thanks for helping!
Nat

I had a look at the pages arlington_valley and 160Acres on the land page.

The big difference I found is that the former has the code below and latter
does not

I haven't spent a lot of time figuring out what is does, but it seems likely
that this is the code that generates the navigation.

Was it generated automatically?
If not you can just paste the code into that page and see what it does.

<script language="JavaScript"><!--
MSFPhover =
(((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion) >= 3 )) ||
((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4 )));
function MSFPpreload(img)
{
var a=new Image(); a.src=img; return a;
}
// --></script>

<script language="JavaScript"><!--
if(MSFPhover) {
MSFPnav1n=MSFPpreload("_derived/home_cmp_copy-of-artsy-viki110_hbtn.gif");
MSFPnav1h=MSFPpreload("_derived/home_cmp_copy-of-artsy-viki110_hbtn_a.gif");
}
// --></script>

<a href="./" language="JavaScript" onmouseover="if(MSFPhover)
document['MSFPnav1'].src=MSFPnav1h.src" onmouseout="if(MSFPhover)
document['MSFPnav1'].src=MSFPnav1n.src"><img
src="_derived/home_cmp_copy-of-artsy-viki110_hbtn.gif" width="140"
height="60" border="0" alt="Home" align="middle" name="MSFPnav1"></a>

<script language="JavaScript"><!--
if(MSFPhover) {
MSFPnav2n=MSFPpreload("_derived/residential.htm_cmp_copy-of-artsy-viki110_hbtn.gif");
MSFPnav2h=MSFPpreload("_derived/residential.htm_cmp_copy-of-artsy-viki110_hbtn_a.gif");
}
// --></script>

<a href="residential.htm" language="JavaScript" onmouseover="if(MSFPhover)
document['MSFPnav2'].src=MSFPnav2h.src" onmouseout="if(MSFPhover)
document['MSFPnav2'].src=MSFPnav2n.src"><img
src="_derived/residential.htm_cmp_copy-of-artsy-viki110_hbtn.gif"
width="140" height="60" border="0" alt="Residential" align="middle"
name="MSFPnav2"></a>

<script language="JavaScript"><!--
if(MSFPhover) {
MSFPnav3n=MSFPpreload("_derived/land.htm_cmp_copy-of-artsy-viki110_hbtn.gif");
MSFPnav3h=MSFPpreload("_derived/land.htm_cmp_copy-of-artsy-viki110_hbtn_a.gif");
}
// --></script>

<a href="land.htm" language="JavaScript" onmouseover="if(MSFPhover)
document['MSFPnav3'].src=MSFPnav3h.src" onmouseout="if(MSFPhover)
document['MSFPnav3'].src=MSFPnav3n.src"><img
src="_derived/land.htm_cmp_copy-of-artsy-viki110_hbtn.gif" width="140"
height="60" border="0" alt="Land" align="middle" name="MSFPnav3"></a>

<script language="JavaScript"><!--
if(MSFPhover) {
MSFPnav4n=MSFPpreload("_derived/commercial.htm_cmp_copy-of-artsy-viki110_hbtn.gif");
MSFPnav4h=MSFPpreload("_derived/commercial.htm_cmp_copy-of-artsy-viki110_hbtn_a.gif");
}
// --></script>

<a href="commercial.htm" language="JavaScript" onmouseover="if(MSFPhover)
document['MSFPnav4'].src=MSFPnav4h.src" onmouseout="if(MSFPhover)
document['MSFPnav4'].src=MSFPnav4n.src"><img
src="_derived/commercial.htm_cmp_copy-of-artsy-viki110_hbtn.gif" width="140"
height="60" border="0" alt="Commercial" align="middle" name="MSFPnav4"></a>

<script language="JavaScript"><!--
if(MSFPhover) {
MSFPnav5n=MSFPpreload("_derived/MLS-search.htm_cmp_copy-of-artsy-viki110_hbtn.gif");
MSFPnav5h=MSFPpreload("_derived/MLS-search.htm_cmp_copy-of-artsy-viki110_hbtn_a.gif");
}
// --></script>
 
S

Stefan B Rusynko

FP Nav bars are not supported by frames
- and you need to be specific on to what is missing on what pages

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| www.corbetrealty.com
| Thanks!
|
| "Stefan B Rusynko" wrote:
|
| > Post a URL to the online site
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > |I am fairly new to web development (only 7 sites I have done). I have never
| > | had any problems with fronpage until now. My problem is with my horizontal
| > | navigation bars. I create all my pages using Navigation View then I open the
| > | page and design what I want. In this case with my most current site, my
| > | navigation bars appear to be fine in design mode but not in preview mode
| > | (neither FP preview or browser preview). Then after publishing to my host
| > | server there are no navigation bars at all. I have done everything (server
| > | extension install/uninstall, delte and re-insert bars, etc.) I can think of
| > | to fix this problem and it's driving me crazy!
| > |
| > | Any suggestions?
| >
| >
| >
 
G

Guest

Sorry for the mix up. I have redesigned this site recently and because of
the navigation problems my client wanted their old site published until I
could fix the new one. I am going to publish my design tonight or tomorrow
again.

I am having the same problem on another site I did www.vikiblackburn.com,
on the land page click on 160 acres and you'll see my nav bar is missing.
Another MVP replied to me stating it may be a problem with the code. I
generated these nav bars in frontpage using the insert component, link bar,
based on nav structure.
Thanks for your help!
 
G

Guest

Thanks for checking this out for me. I did the nav bar using the insert
component, link bar, based on nav structure. I will try to copy and paste
the code as you suggested. I'll try anything at this point!
Thanks! Nat

Trevor L. said:
Nat said:
I'm sorry, in the last reply I sent I gave you the wrong url. Try
this one www.vikiblackburn.com, it is on the land page and then click
on 160 acres. You will see there is no navigation on that page. The
other site I mentioned in my last reply I reverted back to their old
design (not my design). Sorry for the mistake and thanks for helping!
Nat

I had a look at the pages arlington_valley and 160Acres on the land page.

The big difference I found is that the former has the code below and latter
does not

I haven't spent a lot of time figuring out what is does, but it seems likely
that this is the code that generates the navigation.

Was it generated automatically?
If not you can just paste the code into that page and see what it does.

<script language="JavaScript"><!--
MSFPhover =
(((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion) >= 3 )) ||
((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4 )));
function MSFPpreload(img)
{
var a=new Image(); a.src=img; return a;
}
// --></script>

<script language="JavaScript"><!--
if(MSFPhover) {
MSFPnav1n=MSFPpreload("_derived/home_cmp_copy-of-artsy-viki110_hbtn.gif");
MSFPnav1h=MSFPpreload("_derived/home_cmp_copy-of-artsy-viki110_hbtn_a.gif");
}
// --></script>

<a href="./" language="JavaScript" onmouseover="if(MSFPhover)
document['MSFPnav1'].src=MSFPnav1h.src" onmouseout="if(MSFPhover)
document['MSFPnav1'].src=MSFPnav1n.src"><img
src="_derived/home_cmp_copy-of-artsy-viki110_hbtn.gif" width="140"
height="60" border="0" alt="Home" align="middle" name="MSFPnav1"></a>

<script language="JavaScript"><!--
if(MSFPhover) {
MSFPnav2n=MSFPpreload("_derived/residential.htm_cmp_copy-of-artsy-viki110_hbtn.gif");
MSFPnav2h=MSFPpreload("_derived/residential.htm_cmp_copy-of-artsy-viki110_hbtn_a.gif");
}
// --></script>

<a href="residential.htm" language="JavaScript" onmouseover="if(MSFPhover)
document['MSFPnav2'].src=MSFPnav2h.src" onmouseout="if(MSFPhover)
document['MSFPnav2'].src=MSFPnav2n.src"><img
src="_derived/residential.htm_cmp_copy-of-artsy-viki110_hbtn.gif"
width="140" height="60" border="0" alt="Residential" align="middle"
name="MSFPnav2"></a>

<script language="JavaScript"><!--
if(MSFPhover) {
MSFPnav3n=MSFPpreload("_derived/land.htm_cmp_copy-of-artsy-viki110_hbtn.gif");
MSFPnav3h=MSFPpreload("_derived/land.htm_cmp_copy-of-artsy-viki110_hbtn_a.gif");
}
// --></script>

<a href="land.htm" language="JavaScript" onmouseover="if(MSFPhover)
document['MSFPnav3'].src=MSFPnav3h.src" onmouseout="if(MSFPhover)
document['MSFPnav3'].src=MSFPnav3n.src"><img
src="_derived/land.htm_cmp_copy-of-artsy-viki110_hbtn.gif" width="140"
height="60" border="0" alt="Land" align="middle" name="MSFPnav3"></a>

<script language="JavaScript"><!--
if(MSFPhover) {
MSFPnav4n=MSFPpreload("_derived/commercial.htm_cmp_copy-of-artsy-viki110_hbtn.gif");
MSFPnav4h=MSFPpreload("_derived/commercial.htm_cmp_copy-of-artsy-viki110_hbtn_a.gif");
}
// --></script>

<a href="commercial.htm" language="JavaScript" onmouseover="if(MSFPhover)
document['MSFPnav4'].src=MSFPnav4h.src" onmouseout="if(MSFPhover)
document['MSFPnav4'].src=MSFPnav4n.src"><img
src="_derived/commercial.htm_cmp_copy-of-artsy-viki110_hbtn.gif" width="140"
height="60" border="0" alt="Commercial" align="middle" name="MSFPnav4"></a>

<script language="JavaScript"><!--
if(MSFPhover) {
MSFPnav5n=MSFPpreload("_derived/MLS-search.htm_cmp_copy-of-artsy-viki110_hbtn.gif");
MSFPnav5h=MSFPpreload("_derived/MLS-search.htm_cmp_copy-of-artsy-viki110_hbtn_a.gif");
}
// --></script>

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

Stefan B Rusynko

And
Where is the 160 acres link

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Sorry for the mix up. I have redesigned this site recently and because of
| the navigation problems my client wanted their old site published until I
| could fix the new one. I am going to publish my design tonight or tomorrow
| again.
|
| I am having the same problem on another site I did www.vikiblackburn.com,
| on the land page click on 160 acres and you'll see my nav bar is missing.
| Another MVP replied to me stating it may be a problem with the code. I
| generated these nav bars in frontpage using the insert component, link bar,
| based on nav structure.
| Thanks for your help!
|
| "Stefan B Rusynko" wrote:
|
| > FP Nav bars are not supported by frames
| > - and you need to be specific on to what is missing on what pages
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > | www.corbetrealty.com
| > | Thanks!
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > Post a URL to the online site
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > | > _____________________________________________
| > | >
| > | >
| > | > |I am fairly new to web development (only 7 sites I have done). I have never
| > | > | had any problems with fronpage until now. My problem is with my horizontal
| > | > | navigation bars. I create all my pages using Navigation View then I open the
| > | > | page and design what I want. In this case with my most current site, my
| > | > | navigation bars appear to be fine in design mode but not in preview mode
| > | > | (neither FP preview or browser preview). Then after publishing to my host
| > | > | server there are no navigation bars at all. I have done everything (server
| > | > | extension install/uninstall, delte and re-insert bars, etc.) I can think of
| > | > | to fix this problem and it's driving me crazy!
| > | > |
| > | > | Any suggestions?
| > | >
| > | >
| > | >
| >
| >
| >
 
G

Guest

It is the first property listed on the LAND page, link says 160 acres.
Thanks

Stefan B Rusynko said:
And
Where is the 160 acres link

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Sorry for the mix up. I have redesigned this site recently and because of
| the navigation problems my client wanted their old site published until I
| could fix the new one. I am going to publish my design tonight or tomorrow
| again.
|
| I am having the same problem on another site I did www.vikiblackburn.com,
| on the land page click on 160 acres and you'll see my nav bar is missing.
| Another MVP replied to me stating it may be a problem with the code. I
| generated these nav bars in frontpage using the insert component, link bar,
| based on nav structure.
| Thanks for your help!
|
| "Stefan B Rusynko" wrote:
|
| > FP Nav bars are not supported by frames
| > - and you need to be specific on to what is missing on what pages
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > | www.corbetrealty.com
| > | Thanks!
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > Post a URL to the online site
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > | > _____________________________________________
| > | >
| > | >
| > | > |I am fairly new to web development (only 7 sites I have done). I have never
| > | > | had any problems with fronpage until now. My problem is with my horizontal
| > | > | navigation bars. I create all my pages using Navigation View then I open the
| > | > | page and design what I want. In this case with my most current site, my
| > | > | navigation bars appear to be fine in design mode but not in preview mode
| > | > | (neither FP preview or browser preview). Then after publishing to my host
| > | > | server there are no navigation bars at all. I have done everything (server
| > | > | extension install/uninstall, delte and re-insert bars, etc.) I can think of
| > | > | to fix this problem and it's driving me crazy!
| > | > |
| > | > | Any suggestions?
| > | >
| > | >
| > | >
| >
| >
| >
 
S

Stefan B Rusynko

Next time just send a link to the problem page http://www.vikiblackburn.com/160Acres.htm
Open you online site in FP and run a Tools Recalculate Hyperlinks
The open that page in FP and see if the nav bar is there

PS
You JAVA links won't work for most people from http://www.vikiblackburn.com/land.htm
(JAVA is blocked or not available in most browser now)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| It is the first property listed on the LAND page, link says 160 acres.
| Thanks
|
| "Stefan B Rusynko" wrote:
|
| > And
| > Where is the 160 acres link
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > | Sorry for the mix up. I have redesigned this site recently and because of
| > | the navigation problems my client wanted their old site published until I
| > | could fix the new one. I am going to publish my design tonight or tomorrow
| > | again.
| > |
| > | I am having the same problem on another site I did www.vikiblackburn.com,
| > | on the land page click on 160 acres and you'll see my nav bar is missing.
| > | Another MVP replied to me stating it may be a problem with the code. I
| > | generated these nav bars in frontpage using the insert component, link bar,
| > | based on nav structure.
| > | Thanks for your help!
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > FP Nav bars are not supported by frames
| > | > - and you need to be specific on to what is missing on what pages
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > | > _____________________________________________
| > | >
| > | >
| > | > | www.corbetrealty.com
| > | > | Thanks!
| > | > |
| > | > | "Stefan B Rusynko" wrote:
| > | > |
| > | > | > Post a URL to the online site
| > | > | >
| > | > | > --
| > | > | >
| > | > | > _____________________________________________
| > | > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > | > To find the best Newsgroup for FrontPage support see:
| > | > | > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > | > | > _____________________________________________
| > | > | >
| > | > | >
| > | > | > |I am fairly new to web development (only 7 sites I have done). I have never
| > | > | > | had any problems with fronpage until now. My problem is with my horizontal
| > | > | > | navigation bars. I create all my pages using Navigation View then I open the
| > | > | > | page and design what I want. In this case with my most current site, my
| > | > | > | navigation bars appear to be fine in design mode but not in preview mode
| > | > | > | (neither FP preview or browser preview). Then after publishing to my host
| > | > | > | server there are no navigation bars at all. I have done everything (server
| > | > | > | extension install/uninstall, delte and re-insert bars, etc.) I can think of
| > | > | > | to fix this problem and it's driving me crazy!
| > | > | > |
| > | > | > | Any suggestions?
| > | > | >
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| >
| >
| >
 

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