Recent Questions
Q: I'm curious to know if this dhtml menu cross frame work with frames. Are there any limitations regarding frames?
 I'm thinking of having the tree in a left-hand frame and using it to change two stacking frames to the right. Do you foresee any issues with this plan? 
A: Deluxe Menu
 There is cross-frame mode in Deluxe Menu, see more info here:
 http://deluxe-menu.com/cross-frame-mode-sample.html
Deluxe Tree
You can install your Tree Menu in a left-hand frame and load pages inthe another frames. You can set target using the following dhtml menu cross frame parameter:
  var titemTarget = "framename";
Please, try the trial version.
Q: I want to use single css drop down menu bar for each page without applying HTML Code for each page separatly.I mean to use CSS Menu as per our .JS Menu.
A:  Unfortunately it is not possible with css menu.
On each page you should call css file with styles:
<link href="menu.css" rel="stylesheet" type="text/css" />
and add code for the menu on each page in the place where you want to have a menu, forexample:
<ul class="cssMenu cssMenum">
 <li class=" cssMenui"><a class=" cssMenui" href="testlink.html">Home</a></li>
 <li class=" cssMenui"><a class=" cssMenui" href="#"><span><img class="def" src="default.files/icon1.gif"/>
<img class="over" src="default.files/icon1o.gif">Product Info</span>
<![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
 <ul class=" cssMenum">
 <li class=" cssMenui"><a class=" cssMenui" href="testlink.html"><img class="def" src="default.files/icon2.gif"/>
<img class="over" src="default.files/icon2o.gif">Features</a></li>
 </ul>
 <!--[if lte IE 6]></td></tr></table></a><![endif]-->lt;/li>
 <li class=" cssMenui"><a class=" cssMenui" href="testlink.htm">
<img class="def" src="default.files/icon1.gif"/>
<img class="over" src="default.files/icon1o.gif">Contact Us</a></li>
</ul>
You can also try to use frames.
 Also you can use aserver-side script (php, asp, vb, etc.) to generate html pages fromtemplates on your server.
Q: We're willing to use your tool. We saw in FAQ that is possible to read/insert data from a database through PHP. 
 After some trys it's seem simple, but we need some information on how is data formated e.g: 
    ["||Sample 4","testlink.htm", "", "", "", "", "", "", "", ],
 What is supposed to be between the following comas ? 
A:  Parameters of tmenuItems you can find here: 
http://deluxe-tree.com/menu-items-info.html 
  var tmenuItems = [ 
 [text, link, iconNormal, iconOver, iconExpanded, tip, target, itemStyleInd, itemXPStyleInd], 
 [text, link, iconNormal, iconOver, iconExpanded, tip, target, itemStyleInd, itemXPStyleInd], 
 ... 
];
Q: How does your multiple website license work?  Do you have license details?  For instance, our company develops a web application that we then license for other companies to use.  Can we simply use your multiple website license? 
A:  See, with Multiple Website license you should generate your own keysand use them on your Intranet/Internet websites. 
Your key will work on the registered domain name only. It won't workon a local machine. 
If you want to use the menu within application which doesn't havefixed domain name you should buy Developer License. 
This version of the script doesn't check keys and it isn't bound to adomain name.