View Full Version : Open in new window from nemu.
Freeman
02-16-2006, 03:58 PM
I want a page to open in a new window from a menu. is there an easy way to do this? JF
sleipner
02-16-2006, 04:31 PM
if you're using just <a> tags, use attribute target="_new"
if you're using a script or css menu from here on ddrive, look at the script instructions for which place it goes in, for example: in HV menu it would be like this
Menu#X=new Array("menu item","url to link to","target",# of submenus,height,width); or at least thats what it should be if I remember right...
jscheuer1
02-16-2006, 04:34 PM
<a href="some.htm" target="_blank">Some Page</a>
You are in the HTML forum and that is the only way to do it in HTML. Many menus can use this type of syntax, many cannot. Those that cannot are script based (though not all script based menus have this limitation). Really need to see your page to figure out the specifics if your menu doesn't support the above syntax.
PLEASE: Include the URL to your problematic webpage that you want help with.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.