BaptistKitty
Junior Member
Posts: 3
Registered: 2/7/2005
Member Is Offline
|
| posted on 11/1/2005 at 05:09 PM |
|
|
setting target
I'm not understanding how to give a link in the tree a target frame other than the main one. I dont know a lot about frames and I'm not sure where
or how to put it. Can any one help?
|
|
|
BaptistKitty
Junior Member
Posts: 3
Registered: 2/7/2005
Member Is Offline
|
| posted on 11/1/2005 at 08:28 PM |
|
|
I have tried all these from different threads and help things I have found:
['abcd', 'URL', {'tw' : '_self'}],
var TREE_ITEMS = [
['Projects', 'www.mysite.com\" target=\"_new\') ],
],
[ 'parentItem', '',
['childItem1', 'someURl', 'myTarget'],
['childItem2', 'someURL', 'myOtherTarget'],
]
and I didnt understand this one: http://www.softcomplex.com/forum/viewthread_1070/
None of them have worked... Is there any way to do it?
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 11/21/2005 at 12:32 PM |
|
|
PRO version has setting to adjust target individually:
['abcd', 'URL', {'tw' : '_self'}]
|
|
|