Matt
Member
Posts: 10
Registered: 8/19/2004
Member Is Offline
|
| posted on 3/22/2005 at 03:24 PM |
|
|
Linking to new window
I'm having a little bit of a problem with using the _blank attribute to link and open up a new window. I go make this work fine on child menus but
when I try and make the parent link do it, it just won't work. I've read over the documentation and tried searching the forums for a solution.
Here is an example from menu_items2.js:
['Parent', null, null,
['Nav1, 'blah.asp', null],
['Nav2', 'blah.asp', null],
['Nav3', 'blah.asp', null,],
['Nav4', ['http://www.link.com', '_blank', ''], null],
],
How do I make the link 'Parent' open up a new browser window using the _blank attritue?
Thanks for you help!
|
|
|
|