How can I keep the dhtml menu tree items from opening into a new window when selected?
Q:
How can I keep the dhtml menu tree items from opening into a new window when selected?
A:
You can set target parameter for all dhtml menu tree items:
var itemTarget=”_self”;
or for each item individually:
["Home","testlink.html", "", "", "", "_self", "", "", "", "", "", ],