Recent Questions Destroydrop Tree Target Blank
Q: I'm about to put in an order for your excellent JavaScript Tree Menu (still weighing up the options between buying a single license for now or the Multiple site one).
I noticed that the not-for-profit free license doesn't cater for Intranets.
Can you please confirm that your drop down menu code (paid license) would indeed work for Intranets though, as this is my current quest. I'm working on a company's internal site which has a lot of documents, procedures and forms for download, which is precisely why I would like to purchase your product.
Can you please confirm or shed light on this?
A: Yes, you can use the licensed copy of JavaScript Tree Menu on Intranetwebsites.
You should register the drop down menu code 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://klinikum-nuernberg/
http://192.168.0.1
http://localhost
But you menu won't work on a local machine, for example
j:\Stationshandbuch\start.html
with Single or Multiple licenses. On a local machine you'll see"Incorrect Key" message.
If you want to use the menu with an application that doesn't have afixed domain name you should buy Developer License.
Q: I have a problem. How can we get the value of a parameter passed by the menu, when a menu item is clicked? For example I want to get the URL or file name to be open by the menu item when it is clicked.
I am talking about TREE menu.
A: If you want to open url or a file when you click on items of the tree menu you can write, for example:
var tmenuItems = [
["+DHTML Menus","http://dhtml-menu.com", "images/xpicon1.gif", , , "DHTML Menus", , "0", , , , ],
["|Save as...", "javascript:OpenFile('file_name')"]
];
Q: Could I use the javascript menu system tab with ASP pages.
A: Deluxe Tabs is a javascript menu system. It works on aclient side and doesn't depend on server-side implementation.
So there is no limitation for server-side scripting.
Q: No matter where I place the code, the html free menu always appears in the top left of the page,
I need it elsewhere obviously but it simply won't move.
A: You're using absolute position for the menu now.
You should use relative position in that case.
Change the following parameters:
var absolutePos=0;
var posX="0px";
var posY="0px";