Vitoto
Junior Member
Posts: 5
Registered: 3/18/2005
Location: Chile
Member Is Offline
|
| posted on 5/5/2006 at 05:32 PM |
|
|
JavaScript -> target="_blank' ?
Hi guys, i need pages load in "_blank" mode and not "_self".
I chaging this code :
File menu.js
Line : 243
| Code: |
this.a_config[2]['tw'] ? ' target="_blank' + '"' : '')
+ (this.a_config[2] && this.a_config[2]['tt'] ? ' title="'
|
This not working, Any idea ?
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 5/5/2006 at 07:32 PM |
|
|
see targeting sample in the menu's distribution package. you can use 'tw' configuration key to specify the target for the link in menu_items.js
|
|
|
mesterj
Newbie
Posts: 1
Registered: 6/13/2006
Member Is Offline
|
| posted on 6/13/2006 at 02:06 AM |
|
|
tw targeting isn't working
I placed tw part to my // menu_items.js file
var MENU_ITEMS =[
["Magamról", "magamrol.html", {"tw":"content"},
["Célkitűzés", "celok.html"],
["Kedves feleségem", "andi.html"],
["Hobbi, érdeklődés", "hobbi.html"]
Where content is an another frame's name on my page.
But those pages are appearing same frame where the menu is.
Joe.
|
|
|