Results 1 to 3 of 3

Thread: Pixelating Slideshow Script

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

    Default Pixelating Slideshow Script

    1) Script Title: Pixelating Slideshow Script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/pixelate.htm

    3) Describe problem: Hi I would like when you click on the image to be taken to the URL but i would like it to open up in a new window

    Thanks in Advance

    Mel

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Try changing this part:
    Code:
    window.location=slidelinks[whichlink]
    to:
    Code:
    window.open(slidelinks[whichlink]);
    See if it helps
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

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

    Talking

    worked thank-you !!

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
  •