Results 1 to 3 of 3

Thread: Image Thumbnail Viewer II IE, target="_blank"

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

    Default Image Thumbnail Viewer II IE, target="_blank"

    hey all, I am new and I have to confess this is the first thread I have ever created....

    I am designer of many things, I would say middle of the road web designer. I have created large (150 page) corporate sites as well as small personal sites.

    I would like to also mention that Dynamic Drive has some really nice scripts. The on inparticularly I have a question on is:
    Image Thumbnail Viewer II IE
    http://www.dynamicdrive.com/dynamici...thumbnail2.htm

    I have a, I hope, simple question. after all the rollovers take affect, you can click on the image to link to, well, whatever. I would really like to make this link open in a black browser window...? is possible? Can someone who knows script better then I give me a tip? Most of these things I have been able to figure out but this, having header and body script, seams a bit more difficult. Thanks for the help,

  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

    Quote Originally Posted by s8bayer
    I would really like to make this link open in a black browser window
    Do you mean black or blank (new window)? For black, just set the background color of the new page to black. For blank, this script has a configuration for target, it will effect all links in the script:

    Code:
    //Set optional link target to be added to all images with a link:
    var optlinktarget=""
    For a new window use:

    Code:
    //Set optional link target to be added to all images with a link:
    var optlinktarget="_blank"
    - John
    ________________________

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

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

    Default

    Sorry, I was on another project for a while,

    (yes, I did mean a blank. sorry about the typo)

    "- John" Thank you very much! worked like a charm. I am still new enough at this, when I get that much code, I can't quite figure it out.

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
  •