Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default pop-up image code

    I want to be able to click on a link (or thumbnail) within my webpage that will
    pop-up with an enlarged image 9the actual size). How do i do this using HTML?
    What is the code? I'm new so need easy instructions.



    simpleplan Guest

  2. Similar Questions and Discussions

    1. [Q] Image thumbnailing code?
      I have a thumbnailer that generates and returns a thumbnail jpg of a source image passed to it. However, the thumbnails are quite poor, like...
    2. regexp for parsing image filenames out of html code
      Hello! I have a lot of html files and I would like to get all image filenames. The problem is it is not always valid xml. So I have to use...
    3. Newly Created Image Not Always Found by Following Code
      I am having a problem where the bitmap image that I just created and saved to disk can not be found but the code in another area of the program....
    4. Image Width and Height in Code View
      OK, at long last I've made the leap from Homesite to Dreamweaver MX. In the main, everything is just fine and most of the time I feel like I'm still...
    5. Offer tips, comments on this code (generates html to index image files)
      Please offer suggestions, comments, and tips on the following perl code. I had a need to quickly generate an html document indexing and displaying...
  3. #2

    Default Re: pop-up image code

    One way to do this would be to use the Open Browser Window Behavior in
    Dreamweaver. Make the thumbnail image in the original web page into a link by
    setting the href attribute to "javascript:;". Then apply the Open Browser
    Window Behavior to the link, specifying the larger image as the URL for the new
    window.

    Complete information about this behavior is in the Adding Content to Pages,
    Using Javascript Behaviors section of Dreamweaver Help.

    delaneypub Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139