I want to open links in a new window in the website tabs menu?
Return to Recent Questions
Q:
I have been working with the trial package for the last couple of
days, of which I have been really impressed with. However there have
been a couple of things that have frustrated me greatly...
The natural place that I first tried was replacing the
"content1" line with a direct URL in the var bmenuItems section but
this made no difference at all. I am also trying to work out what
each set of "" equate to as I have found a couple of pages on the
Internet very similar to this but none of them have nine different
sections.
["Home","content1", "", "", "", "", "1", "", "", ],
Is it possible to allow one of the tabs on this template to just
open another page? I look forward to your response in regards to
these questions and hope to hear from you again soon so that I can
crack on with this project.
A:
You can't assign links in Dhtml Tabs when you're using var tabMode = 0;.
You can assign only the object's ID of <div> on your page.
Try to set var tabMode = 1;
and use links for your items.
Return to Recent Questions
|