Flash/Java errors in FP2003?

T

T.J. Warner

Here's the dilemma. I have shared borders at the top and left side of
my site. I added a flash component to the top shared border. I wanted
to add (under where the flash shows) a separate navigational bar.

I tried it in two ways: 1) I set up a table after the included flash
file. That works, but I'd like it to be enhanced a bit.

I checked around for some menus in javascript, and found one that I
liked. It has me add some html to the head section as well as some to
the body.

Problem is, when I save the file, the menu doesn't display. This has
happened with a few menus that I've tried. I'm not generating any
errors, it just "ignores" the menus.

Is there something preventing a JS menu and flash component from being
in the same shared border? If so, is there a way around it?

TIA!
 
J

Jens Peter Karlsen [FP-MVP]

You must manually copy the part of the JavaScript in the header to the
header of all pages.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
T

T.J. Warner

Thanks. I tried this (I included the following in both index.htm,
top.htm and left.htm) within the <HEAD> and </HEAD> portions:

<script type="text/javascript" src="includes/browser.js">

/***********************************************
* Jim's DHTML Menu v5.7- © Jim Salyer ([email protected])
* Visit Dynamic Drive: http://www.dynamicdrive.com for script and
instructions
* This notice must stay intact for use
***********************************************/

</script>
<script type="text/javascript" src="config.js"></script>

In the body of top.htm is the line: <body onload="init()">

The author states that it's the startup code. The configuration files
are all in place. I do have more pages than just the three listed
above, but I'm not scrolling through any, so I figured placing that code
in just those three should allow the menu in the just the home page,
correct?

Unfortunately, it's not starting. If I include the above text in an
html file all by itself, it does call up the menu properly, so I know
that the menu configuration's are OK, but there must be something I'm
missing??

Thanks!
 

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