Is it possible to open a specific tab in menu javascript code using javascript?
Q:
Is it possible to open a specific tab in menu javascript code using javascript? For
example something like tabObject.open(tab1);
A:
You can try to use the following function:
dtabs_itemClick(menuN, itemN);
where
menuN - index of a menu on a page, >= 0.
itemN - index of a tab you want to show, >=0.