Results 1 to 4 of 4

Thread: HV Menu - open link in new window (set dimensions)

  1. #1
    Join Date
    Apr 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HV Menu - open link in new window (set dimensions)

    Hi guys im just trying to modify a script from an old website that im updating.

    Basically i have no idea about java so im just tinkering and hoping to get results ive managed to overcome most hurdles and the last challenge is getting the script to open a new window (preferebly with set dimensions").

    I did a search and found a couple of codes but couldnt quite do what i asked for.

    This is the code i have:

    Menu2_1=new Array("rollover:images/portal/images_nav/artwork.gif:images/portal/images_nav/artwork-over.gif","default.htm","",0,18,116);

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Please give us a full script and demo page so we can help you out.
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  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

    Assuming the rest of this was right to begin with:

    Code:
    Menu2=new Array("rollover:images_nav/products.gif:images_nav/products-over.gif","javascript:window.open('gallery.htm','','width=700,height=600')","",11,18,80);
    - John
    ________________________

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

  4. #4
    Join Date
    Apr 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi sorry for the late reply i only work parttime but thank you that seems to have worked out perfectly!

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
  •