Recent Questions
Q: Is it possible for a javascript navigation barr item to have an associated "target"?
What I mean is I'd like to be able to open the page in a new window, so I'd need to specify the href as well as "target=_new" (in HTML anyway).
A: You can set target parameter for all items:
var itemTarget="_blank";
Where main - is the name of the main middle frame where you want to open the link.
or for each item individually:
["Home","testlink.html", "", "", "", "_blank", "", "", "", "", "", ],
Q: Is it possible to integrate simple dhtml menu tree into a framesite?
A: You should install the simple dhtml menu in a standart way inthe frame where you want to have a menu and open links in a contentframe, use the following parameter:
var titemTarget="frame";
Q: We are actually very happy with the product compared to the other options available. The code is cleaner and it is easy to use. We would actually like to continue to use your product but our client uses firefox most of the time and if the javascript onmouseover menu won't go over the java applet it isn't going to work. You mention that you will try to fixthe issue. If you can give me a date to when it would be fixed by, I can try to convince our client to wait.
Please let me know as soon as possible.
A: Actually Deluxe Menu v3.2.5 overlap applets in Firefox.
See the attached example.
You should set
var useIFRAME=1;
parameter.
Q: When a user click on an item in the dhtml side menu I need to target the execution of that link to a different IFrame in the same page, is that supported?
A: Set the following parameter:
var titemTarget="name";
where name is the name of your Iframe.
You can also specify the target for each item individually:
["|Home","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", "", "Home Page Tip", "name", "", "", "", ],