Chick
Junior Member
Posts: 2
Registered: 1/14/2004
Member Is Offline
|
| posted on 1/14/2004 at 07:31 PM |
|
|
Targeting New Window
I am running Gold Version 2.4 and I need to know how to get Target="_new" on a line in my menu items something like this:
['Online Forum', 'http://www.', '_new'],
This doesn't seem to be working. Is there a trick?
Thanks.
|
|
|
caymannice
Junior Member
Posts: 8
Registered: 1/15/2004
Member Is Offline
|
| posted on 1/15/2004 at 05:31 AM |
|
|
targeting a new window
Hi chick,
I have had a heck of a time figuring out how this this works too. I'm no expert but I do know the power of a "right click" and copy
and paste.
This is what I dug out of this sites demo files to help you out. I hope this will make your venture easier than mine has been.
open up your menu.js file and compare scripts... I copied a couple different targets for YOU. Enjoy
['Special Targets', null, null,
['New Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
['Parent Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_parent'}],
['Same Frame','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
],
Hope YOU like...?
|
|
|
|