Results 1 to 3 of 3

Thread: Book Flip Slideshow

  1. #1
    Join Date
    Jan 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Book Flip Slideshow

    URL:http://www.dynamicdrive.com/dynamicindex14/bookflip.htm

    I am green so please if you want to help me. In this script I want to open link to the biger image on the _blank frame. I know to put link to the biger image, but not in _blank frame ? Sory about my English.

  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

    Find this line near the end of the script:

    Code:
    function B_LdLnk(){if(this.lnk)window.location.href=this.lnk}
    Make it like so:

    Code:
    function B_LdLnk(){if(this.lnk)window.open(this.lnk)}
    - John
    ________________________

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

  3. #3
    Join Date
    Jan 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you. Works!

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
  •