The html menu creator opens a new window although I haven’t set item’s target…
Q:
So, as you can see, I use “_self” in order to make the
URL open in same window when left-clicked.
If I set it to empty it opens in new window (is that
correct behaviour (I thought we should use _blank to
get that effect).
A:
In the menuItems you can set target parameter for each item
individually.
The following html menu creator parameter:
var itemTarget=”_blank”;
sets target for all items, so if you haven’t specified target for the
item
["Arbeidsplaner","cp_workplan.php",,,,"","0","0"],
the target for this item will be “_blank”.