How can I target a link to a blank window

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
chughes
Beginner
Beginner
Posts: 1
Joined: Fri Jul 06, 2007 3:23 pm

How can I target a link to a blank window

Post by chughes »

I have a tried everything and cant seem to get my menu (http://milonic.com/menusample24.php) to add a target tag in there. I dont want a new website link to load in the same window. Is there a tag for this I can add in my menu_data.js page?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

You would add target=new; to your aI string.

Take a look at this sample,

http://milonic.com/menusample11.php

and also check the links below my name for the various styles, menu, item properties. They are alphabetized and depending on which place you find them it tells you where to place them.

Style properties go in the top area in whatever style you create, menu properties go into the same area where you put your alwaysvisible in the menu, and item properties are applied in each item. Many style and item properties are duplicates, they can be used either in style or in item
Post Reply