haishan
Newbie
Posts: 1
Registered: 9/19/2003
Member Is Offline
|
| posted on 9/19/2003 at 01:00 PM |
|
|
Open an URL Link in a new page.
I have two URL links in a menu. I want one URL to open in the same window and the other to open in a new window. Please let me know how to do this.
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 9/22/2003 at 01:16 PM |
|
|
You should set the 'tw' key properly. For more details please see Item Scope Settings section of product documentation ( http://www.softcomplex.com/products/tigra_menu/docs/ ).
|
|
|
haoy
Junior Member
Posts: 4
Registered: 10/16/2003
Location: The Netherlands
Member Is Offline
|
| posted on 10/16/2003 at 10:15 AM |
|
|
Where to put the code?
I want what Haishan wants I guess. Just want the link in the menu, when u click on it, to open a new internet browser window and not for it to open
the linked page in the same window. The problem is I don't know where to put the code for it to work. I already checked the documentation but I
can't find what I want. I think I have to put it in the menu_items.js file. This is one of the links I want to make it work:
["Chatroom", "http://www.network54.com/Hide/Chat/100003"]. Just don't know where to put the "target=_blank" part. Thanx in
advance for helping out!
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 10/16/2003 at 01:40 PM |
|
|
You should put the code in menu_items.js file. For instance:
['Special Targets', null, null,
['New Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
....
],
|
|
|
haoy
Junior Member
Posts: 4
Registered: 10/16/2003
Location: The Netherlands
Member Is Offline
|
| posted on 10/16/2003 at 02:17 PM |
|
|
It doesn't seem to work, but I am using the source of the Online Menu Builder. Can that be it why it doesn't work, I also don't have a
separate folder for the .js files, because I can't make a folder. An other problem can also be that I have named the .js files .html files, this
because the program I'm using doesn't take files using the .js extension. So any suggestion for this problem? Many tnx, I can be a real pain
in the bottom sometimes, sorry!?
|
|
|
haoy
Junior Member
Posts: 4
Registered: 10/16/2003
Location: The Netherlands
Member Is Offline
|
| posted on 10/16/2003 at 02:58 PM |
|
|
I figured some stuff out
I see now that the problem is that I was using the Online Menu Builder source. That's why it doesn't work. I tried the normal version but I
like the Online Builder version, so is there any way to fix my problem with the Online Builder. I finally got the hang of it you see. So if you could
help me out, much appreciated!!
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 10/16/2003 at 03:31 PM |
|
|
Online Menu Builder creates Tigra Menu v1.0 that doesn't support frame targeting.
|
|
|
haoy
Junior Member
Posts: 4
Registered: 10/16/2003
Location: The Netherlands
Member Is Offline
|
| posted on 10/17/2003 at 11:15 AM |
|
|
Many thanx, I downloaded the normal version and it works like a charm!?! Great work you guys with this menu!?
|
|
|