Cannot get Navigation Bar external hyperlink to work.

D

dj.henri

I have tried dozens and dozens of times to get a Navigation Bar external
hyperlink to work. I follow the instructions precisely. It looks absolutely
perfect in Navigation view. However, when I hit the Preview tab, when I
Preview in Browser, or when I upload the webpage and border, all I get is a
blank screen.

What am I doing wrong? Am I missing one tiny keystroke? Help!
 
R

Rob Giordano \(Crash\)

You're using Java hover buttons, so most people will not see them unless
they download Java Virtual Machine from Sun and install it...no one's gonna
do that so you need to replace all your java buttons with something else.

As far as the ExHyp.htm goes the link works but it IS a blank page (nothing
between the body tags).

Also avoid the use of capitalization and spaces in file and folder names or
you may run into more problems down the road.


| Click the "ExHyp" button:
|
| http://soukous.org
|
| Ignore my fake Navigation Bar items to the right. Once the problem is
| fixed, these will be replaced.
|
| "Ronx" wrote:
|
| > Please give a link to a page that has this external link.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| > FrontPage Support: http://www.frontpagemvps.com/
| > http://www.rxs-enterprises.org/fp
| >
| >
| >
| > | >
| > > I have tried dozens and dozens of times to get a Navigation Bar
external
| > > hyperlink to work. I follow the instructions precisely. It looks
absolutely
| > > perfect in Navigation view. However, when I hit the Preview tab, when
I
| > > Preview in Browser, or when I upload the webpage and border, all I get
is a
| > > blank screen.
| > >
| > > What am I doing wrong? Am I missing one tiny keystroke? Help!
| >
| >
 
R

Ronx

So, which is the external link? There are none on that nav. bar.
The ExHyp button opens a page with left and top borders, but no content.
If this is the fault, then it has nothing to do with external links in
navigation bars - the page opens, and is an internal link.
Please give a link to a page with the faulty external link.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 
D

dj.henri

Per FrontPage Help, in Navigation view, I connected an external hyperlink to
http://www.microsoft.com. However, in Page view, indeed it is a blank page.
How do I make sure the external hyperlink created in Navigation view gets
into Page view, and then onto my website?
 
R

Ronx

There is no link on the navigation bar that goes to microsoft.com, or
any that resembles such a link.

Describe ALL the steps you took in a reply to this post. ("Follow the
instructions" is NOT a description.)

The external page will not get into page view - it is EXTERNAL. It will
never get into your web site. Page view only shows pages that are IN
your web site.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 
D

dj.henri

I just now created this script:

<body bgcolor="#000000">

<p> </p>

<p> </p>

<table>

<td width="69%">
<IFRAME SRC="
http://www.microsoft.com";hide=BW&rows=10&time=-mm:ss"
name="LivePlaylist" scrolling="Yes" noresize frameborder="Yes"
marginwidth="0"
marginheight="0" width=850 height=550><</IFRAME>
</td>




<!--msnavigation--></td></tr><!--msnavigation--></table> </body>

This is beginning to work. Any changes?
 
R

Ronx

This is an Iframe, not an external link on a Nav bar.

The code should be:
<body bgcolor="#000000">

<p>&nbsp; </p>
<p>&nbsp;</p>

<IFRAME SRC="
http://www.microsoft.com" name="LivePlaylist" scrolling="Yes" noresize
frameborder="Yes" marginwidth="0" marginheight="0" width="850"
height="550">Your browser does not support inline frames or is currently
configured not to display inline frames.</IFRAME>

</body>

However, whether the page will display or not depends on whatever
anti-framing scripts the page has.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 

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