



|
|
Using Menu Maker with Microsoft FrontPage 2003.
Follow the steps below to import Menu Maker file to FrontPage 2003 editor.
- While using FrontPage find out the root of your local web in "Folder List" window. In this case the root folder is "C:\My Web Sites2". If the folder list is not visible choose "Folder List" command located under "View" menu.
- Export JavaScript file from Menu Maker to the above root folder. To do so switch to Menu Maker and choose "Export JavaScript File..." from "File" menu. Navigate to the root folder, name .js file and click "Save" button
- In "HTML Include Code" popup click "Copy" button to copy the code to clipboard.
- Switch back to FrontPage editor. Hit F5 key to refresh "Folder List" window. You should see your .js file in the list.
- Position the cursor where the menu should appear. Make sure you are in "Design" view mode.
- Choose "Insert" > "Web Component..." command. Choose "Advanced Controls" and "HTML". Click "Finish".
- Paste the code in the "HTML Markup" dialog:
- Save the page using "Save" command located under "File" menu. The page must be saved in the same folder as the .js file is. Otherwise you have to adjust the path to .js file in the SCRIPT tag.
Placing "Fixed Mode" menu
You have to paste the code directly in HTML view. Switch from "Design" to "Code" view,
position the cursor right after the BODY tag and paste the Menu Maker code <SCRIPT SRC="mymenu.js"></SCRIPT>
Comments?
|