Recent Questions
Q: Can we set the link of a java menu item to a javascript method?
 
A: You can use your own javascript functions in the menu items. 
You should paste "javascript:some_function()" into item's link field, for example: 
  var menuItems = [ 
["text", "javascript:your_function(...)", ...] 
]; 
  var menuItems = [ 
["item text", "javascript:alert('Hello World')", , , , ,] 
];
Q: I have built a new website to replace a dated version and the menu work fine everywhere, except I just found out the site needs to be accessed from a remote sever and the Client cannot enable scripting as it would compromise their security settings.
 
A:  When your security settings doesn't allow Javascript onpages you load you can't see a dynamic page content.
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences. 
Please, try to use search engine friendly code you'll see all yourlinks. 
You can generate search engine friendly code. 
 Deluxe Menu is a search engine friendly menu since v1.12. 
To create a search engine friendly menu you should add additional html code within your html page: 
<div id="dmlinks"> 
<a href="http://deluxe-menu.com">menu_item_text1</a> 
<a href="http://deluxe-tree.com">menu_item_text2</a> 
...etc. 
</div> 
To generate such a code use Deluxe Tuner application. 
You can find this GUI in the trial package. 
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).
Q: I am investigating why a few things have not been working for sometime on our site.
 This is the error I get in the console "The requested URL /js/menudir/dtree_ss.js was not found on this server."
 I update the files awhile back and removed the dtress_ss.js as I was instructed, why is it that it that the script is still trying to reference this file?
 What do I have to do to remove this error from java script tree menu?
 When I updated the files a few months back the new files seem to fix a problem we were having with Chrome, but broke the drop down menu in Explorer. I have yet to resolve this. The drop down menu appears to work fine in all other browsers.
 The nav menu not working in IE7 (not sure about IE6 or IE8) is a bigger issue than the error in the console, but thought maybe they were related. From our analytics, the strong majority of our customers are using IE7. 
A: 	1) dtree_ss.js
The current version of Deluxe Tree doesn't have dtree_ss.js at all. You should deletethe following code from your page:
<script language="JavaScript1.2" src="/js/menudir/dtree_ss.js" type="text/javascript"></script>
In the body tag you should write:
 <td >
 <script src="/js/menudir/data-tree.js" type="text/javascript"></script>
 </td>
In the HEAD tag you should write:
<!-- Deluxe Tree -->
<noscript><a href="http://deluxe-tree.com">java script tree menu by Deluxe-Tree.com</a></noscript>
<script type="text/javascript">  var tWorkPath="/js/menudir/";</script>
<script type="text/javascript" src="/js/menudir/dtree.js"></script>
<!-- (c) 2009, http://deluxe-tree.com -->
2) Error in IE7.
You're using new engine files and old data files for the menus now.
I'm sending you the example.
Use engine files for Deluxe Menu and Deluxe Tree and data files (data.js and data-tree.js)from it.
Q: How I make to insert a code java in the event on click of the button "Ok", when this button is simple tree view? 
A: You are able to paste any html code within items.
For example:
  var tmenuItems = [
...
 ["<nobr><FORM method=GET action='http://www.google.com/custom'>
<nput name='as_q' value='searchthe web' size=15 style='font-size:10'> <INPUT type=hidden name=cof
 value='LW:144;L:http://domain.edu/images/sulogo.gif;LH:45;AH:center;GL:0;S:http://domain.edu;AWFID:e01cb67b8afe383e;'></form></nobr>","",
 "images/icons/search.gif", "", "", "", "", "", "", "", "",],
 You should write your own code within tmenuItem.