I want a page to open in a new window from a menu. is there an easy way to do this? JF
I want a page to open in a new window from a menu. is there an easy way to do this? JF
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 thisor at least thats what it should be if I remember right...Code:Menu#X=new Array("menu item","url to link to","target",# of submenus,height,width);
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.HTML Code:<a href="some.htm" target="_blank">Some Page</a>
PLEASE: Include the URL to your problematic webpage that you want help with.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks