Using Menu Maker with Microsoft FrontPage.
Follow the steps below to import Menu Maker file to FrontPage editor.
See also:
- While using FrontPage find out the root of your local web in "Folder List" window. In this case the root folder is "C:\My Webs\myweb". 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 "Normal" view mode.
- Choose "Insert" > "Advanced" > "HTML" command
- 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.
Switch to "Preview" mode to enjoy the menu
If you're familiar with HTML code you can paste the code directly in HTML view. Switch from "Normal" to "HTML View",
position the cursor between your html body tags and paste the Menu Maker code <SCRIPT SRC="mymenu.js"></SCRIPT>
Comments?
|