Results 1 to 3 of 3

Thread: HVMenu--

  1. #1
    Join Date
    May 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HVMenu--

    Hi,
    I have used HV menu by Ger and I want to know how I can open a link in new window. In html we can use target=_blank....how do I insert this into the HV menu code.
    Menu5_1=new Array("yahoo","yahoo.com","",0,20,140);
    If you can help me that'll be great!
    Thanks in advance,
    Jasmine

  2. #2
    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

    Code:
    Menu5_1=new Array("yahoo","javascript:window.open('http://www.yahoo.com')","",0,20,140);
    That should get it.
    - John
    ________________________

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

  3. #3
    Join Date
    May 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,
    Thank you so much, that fixed my problem!

    Jasmine

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
  •