Recent Questions
Q: When I create a tree menu that can be expanded with the double arrows. I was wonder if there was a way to have the dhtml slide tree menu already expanded with I open the page the menu is on instead of having to expanded every time.
 
A:  To expand items by default in Deluxe Tree you should add '+' symbolbefore item text. 
Foe example: 
 ["+Deluxe Tree: XP Style","", "default.files/xpicon1_s.gif", "", "", "XP Title Tip", "", "0", "", ], 
  ["|Home","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", "", "Home Page Tip", "", "", "", ], 
  ["|Product Info","", "default.files/icon2_s.gif", "default.files/icon2_so.gif", "", "Product Info Tip", "", "", "", ], 
    ["||What's New","testlink.htm", "default.files/iconarrs.gif", "", "", "", "", "", "", ], 
    ["||Features","testlink.htm", "default.files/iconarrs.gif", "", "", "", "", "", "", ], 
... 
The following parameter expands all menu items by default: 
  var texpanded=1;
Q: it's possible to use on every Item the OnMouseOver / OnMouseOut event?
move the mouse over a Menu !!!!!!
 
A: Each menu items can include any html code. 
So, you can include your own objects with onmouseover event, forexample: 
  var menuItems = [ 
 ["<div OnMouseOver='yourFunc()'>item text</div>"], 
 ["<div OnMouseOut='yourFunc()'>item text</div>"], 
]; 
Where yourFunc() is Javascript function.
Q: Hi there ... how do I add in the following javascript code so an exit pop doesn't go off: 
 onClick="exit=false;" 
 I read this page, but it didn't work 
 http://deluxe-menu.com/javascript-link-menu-support.html#
A:  Unfortunately, you can't assign onmouseover/onClick event to each item. However, you can achieve this by using standard html objects within items, for example: 
   var menuitems = [ 
 ["<div onClick='your_code_here'>item text</div>", "index.html"] 
 ];
Q: My question is regarding the single user license. I am currently writing a website for use on my companies intranet. The machine I am writing it on will unlikely be the machine that it eventually lives on, which could also quite possibly change as well. Looking at the instructions for the license, it seems I require a domain name for the key. The problem is that the current machine I am using is not in DNS, & even if it were, the machine that it will eventually live on will not resolve to the same name (if it even will have a DNS entry in our internal DNS server). So, does the license look for the name that is specified from the client browser, or does it look internally on the web server itself? I am wondering if I set the web servers hosts file or httpd.conf to reference the name given in the license key taht will allow me to transfer the menu to another server?
 
A: You can register the menu for a domain name or for IP address. 
In other words, you should register the menu for the domain name thatyou print in a browser's search string, for example: 
http://intranet/ 
http://intranet/folder 
http://192.168.0.1