f0rmat
Junior Member
Posts: 2
Registered: 1/1/2007
Location: UK
Member Is Offline
|
| posted on 1/1/2007 at 10:32 AM |
|
|
New window popup?
How do i stop the link from opening a new page and just open the link in the current window.???
p.s. I am using the freeware version of tigra
|
|
|
tigra
Administrator
Posts: 1907
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/2/2007 at 10:14 AM |
|
|
You either have target property ('tw' key) specified in the menu_items.js or base target set for the whole document, something like <BASE
TARGET="_blank">
|
|
|
f0rmat
Junior Member
Posts: 2
Registered: 1/1/2007
Location: UK
Member Is Offline
|
| posted on 1/2/2007 at 12:46 PM |
|
|
still dosen't work :S
I am sorry but it still dosen't work "menu_items.js" contains:
/* Tigra Menu items structure */
var MENU_ITEMS = [
['index', null, {'tw':'index','sb':'main page'},
['about', 'about.php', {'tw':'About','sb':'About'}],
['roster', 'roster.php', {'tw':'roster','sb':'Roster'}],
['news', 'news.php', {'tw':'news','sb':'News'}]
],
];
how do i change that i can see the 'tw' things and i tryed removing them but it just makes the index disapear. :S
|
|
|
|