I created a four tab menu using tab menu generator, but files 'dmenu.js' & 'data.js'were not created
Return to Recent Questions
Q:
I downloaded the trial version of deluxe-menu. I created a four tab menu using the tab's
tab menu generator; so far so good. I read the tutorial where to past code
and ensuring all items wire in the menudir/; so far so good. The problem, you talk about two> files 'dmenu.js' & 'data.js', these files were not created by
deluxe-menu program. Where are they, so that I can see if this thing works before buying, so far; not so good.
A:
You may have another name for your data file (not data.js).
If you want to use tab menu you'll have dtabs.js engine file and data file.
1. create and save .js file with your menu parameters in Deluxe Tuner
(you can use "File/Save as/HTML" function).
You can enter any name you like, for example enter "tab". So you'll
have tab.html, tab.js files and "tab.files" folder with all menu files.
2. open your .html page in any text editor
3. Copy generated tab.js file and "tab.files/" folder in the same folder
with your index.html page.
4. Open generated menu.html in any text editor and copy several rows of code (<script> tags), For info see:
http://deluxe-tabs.com/product-info/?installation
<head>
<!-- Deluxe Menu -->
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript" src="tab.files/dmenu.js"></script>
</head>
<body>
...
<script type="text/javascript" src="tab.js"></script>
...
That's all.
Return to Recent Questions
Related:
- Sep 18, 2006 - Does the js menu work to load pages into an iframe?
- Sep 22, 2006 - Where do I add my "blahblah.htm" page links in js menu?
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
- Oct 06, 2006 - Where I can find data.js file for tree javascript menu?
- Oct 12, 2006 - Can I create a scroll vertical menu on the right side and the subnav popout on the LEFT?
- Nov 14, 2006 - Can dhtml menu script work with tables ?
- Nov 19, 2006 - Can I create a javascript menu code with one line of the subitems?
- Nov 26, 2006 - Can I create my floating menu to make it easier for search engines to crawl through?
- Nov 29, 2006 - I am still struggling with multiple menus js on one page.
- Dec 04, 2006 - With the licensed .js files of menu dhtml the status bar on IE shows "Error on page".
- Dec 05, 2006 - I can not createPopup windows by clicking on a menu.
|