slug
Junior Member
Posts: 2
Registered: 9/15/2005
Location: Rochester
Member Is Offline
|
| posted on 9/15/2005 at 09:00 PM |
|
|
Two different tagets in same tree
Is it possible in the free version to have two different targets using the same tree? I want some items to load in a frame while others should load in
a new windows.
**EDIT**
I figured it out:
..
var TREE_ITEMS = [
['Projects', 'www.mysite.com\" target=\"_new\') ],
],
...
The first \" closes the href tag and then we leave the end of target open because the javascript is putting one on at the end. If i'm mistaken in
my explation, I'm sorry, but that was my logic - and it worked.
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/16/2005 at 10:40 AM |
|
|
You could use JS function insead direct URL to open some links in a new window. The function should be defined in the target frame.
|
|
|