|
Is it possible to use an external file in the right button menu?
Return to Recent Questions
Q:
I have one site with many pages, it would be handy
not to have to change 20 pages just to modify one right button menu.
Is it possible to use an external file with these applets? Have tried
<SCRIPT LANGUAGE=\"JavaScript\" SRC=\"myscript.js\">
</SCRIPT>
but it does not work!
A:
You can use "menuItemsFile" param, for example
<param name="menuItemsFile" value="menu1.txt">
The right button menu items are in menu1.txt, so you'll need to change
only this menu1.txt when it is necessary to add/remove/change items.
See more info:
http://www.apycom.com/xp-drop-down-menu/ex2.html
Return to Recent Questions
Related:
- Apr 09, 2009 - Can I set pointer that tells path to all css vertical drop down menu files?
- Apr 29, 2009 - How multiple users could get varying javascript expandable menu using file driven approach?
- Jun 21, 2009 - Is there a way I can include expandable menu tree code parameters in a separate file?
- Jul 02, 2009 - Some graphic files for the top-level code for drop down menu are missing.
- Jul 04, 2009 - My html files still open in a new window in my vertical menu using...
- Jul 07, 2009 - Do I need to replace all the script files in all the web pages with expanding menu javascript...?
- Jul 31, 2009 - How to add the new items to the css navigation menus without using two data files?
- Sep 06, 2009 - Where I can find data.js file for web design menu?
- Sep 18, 2009 - I want to open the URL or file name in javascript tree menu by click...
- Sep 19, 2009 - When I click on link of my vertical javascript mouseover menu no file is loaded!?
- Oct 19, 2009 - Can I move all code for the pure css menu within the html and not use it as external .js file?
|