Inserting Javascript into Frontpage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
Some pages may not work in preview mode, try running the page in IE from the
local machine and see if it works
 
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.
 
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).
 
Back
Top