Inserting Javascript into Frontpage

T

Terri

Hello - I am just learning this stuff and would appreciate some help. I have
been trying to insert the following menu into my webpage but am not having
success. I am inserting the first part in the Head like it says and the
second part into the Body. One part of the script DOES show up (see
below).....

Script Name: Super Edition Menu
Website URL: http://javascript.internet.com/navigation/super-edition-menu.html
Description: This a cross-browser, powerful, simple, and configurable
Javascript hierarchy menu.


The only part that DOES show up in Preview is this part:

<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

Could someone please tell me what I am doing wrong and why only the ending
part shows up?

Thank you very much.
 
S

Steve Easton

Try pasting everything into Notepad first, and then copy from Notepad and paste into your
page while in Code view.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
J

JoeM

Some pages may not work in preview mode, try running the page in IE from the
local machine and see if it works
 
D

Dan L

It appears javascriptsource.com didn't provide you the whole package to
successfully use that menu. The code that goes into the <head> calls for two
scripts (config.js and menu.js) that aren't available for download on the
site. Without these two components, I don't think the "super menu" will ever
work for you. Contact javacriptsource or the author listed for the super
menu.
 
A

Andrew Murray

You might get the error about IE blocking active content; this will
disappear once the page is published to a web server (it is only Windows XP
SP2 at work).
 

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