Results 1 to 7 of 7

Thread: Thumbnail enlargement on the same page new window

  1. #1
    Join Date
    Jul 2007
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thumbnail enlargement on the same page new window

    Hi folks:

    I am a novice coder who love awesome graphical displays. Please does anybody know how I can achieve a thumbnail to open on a new window on the same page with a pop-up that can expand or minimized as shown in this link:

    www.display-tec.com

    please search "Clocks" to get the desired effects.

    Thanks.
    Last edited by Magnum777; 10-16-2007 at 12:28 AM.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jul 2007
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    djr33:

    Thanks for your quick response. But a closer observation will reveal that the link you pointed me to does not expand or diminish. All it has is a close option. Also the link does not have room for captions or descriptions.

    I have thumbnails that can expand within the same page but they don't expand or dimish. I will really love to have expand or diminish capability as shown in my original posting.

    Again, thanks for your speed try/response.

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    That's a popular script. Seemed to be close to what you wanted.

    Perhaps this?
    http://www.dynamicdrive.com/dynamici...ogjs/index.htm

    Anyway, take a look through here:
    http://www.dynamicdrive.com/dynamicindex4/indexb.html

    (and in a few categories around that)

    This might also relate, though it is somewhat differet:
    http://www.dynamicdrive.com/forums/s...ad.php?t=25551
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Jul 2007
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    djr33:

    Thanks a lot. You have given me enough. I have used FrogJS in the past.

    I guess I will keep trying to find it unless some body can get directed from the existing code.

    Thanks.

  6. #6
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    By the way, whatever the effect should be, it's just a plain popup window with the image in it for Firefox 2.0 for Mac. Most scripts are compatible, too, so I'm surprised. I am assuming that's not the effect you want (if so, very easy... just a popup, but, again, likely not what you want). It's likely that what I'm seeing is the fallback. Does this script work in anything other than IE? (random guess)
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  7. #7
    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

    HTML Code:
    <img src="some_thumb.jpg" style="cursor:pointer;" title="Click image for an enlarged view"
    onclick="window.open('some_page.htm','popup','height=370,width=730,resizable,scrollbars')">
    Edit some_thumb.jpg and some_page.htm to be the image and page you want. Use as many of these on a page as you like. The height and width values may also be changed if you want.
    - 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
  •