Results 1 to 2 of 2

Thread: Image Thumbnail Viewer II - CLICK question

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

    Question Image Thumbnail Viewer II - CLICK question

    1) Script Title: Image Thumbnail Viewer II

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex4/thumbnail2.htm

    3) Describe problem:
    I am using the activated "click". I need to have the image that appears in the "loadarea" be clickable to a linked page. Help, please?

    Kathy

  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

    From the demo page (emphasis added):

    Moving on, use the "rev" attribute to specify within which container (ie: a DIV) the enlarged image should be shown, and optionally, the URL this image should be hyperlinked to:

    Code:
    rev="loadarea"
    In the above case, you're telling the script to load the enlarged image in the DIV (or some other element) on the page with ID="loadarea". Obviously remember to actually give this DIV such an ID declaration. If you want the enlarged image to be hyperlinked, extend the above declaration a delimiter (::) followed by the desired URL:

    Code:
    rev="loadarea::http://www.dynamicdrive.com"
    - John
    ________________________

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

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
  •