Results 1 to 3 of 3

Thread: Open in new window from nemu.

  1. #1
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Open in new window from nemu.

    I want a page to open in a new window from a menu. is there an easy way to do this? JF

  2. #2
    Join Date
    Oct 2005
    Posts
    121
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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
    Code:
    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...

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    HTML Code:
    <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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •