Load a Documant into a frame

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

  1. #1

    Default Load a Documant into a frame

    I want to be able to press on a thumbnail image on my "A" documant, and as I
    press I want the details (that are found on my "B" documant) for that image to
    show up in the lower part of my "A" documant. how do I do that?

    pelegT Guest

  2. Similar Questions and Discussions

    1. load a page into another frame
      Hi, I need to get another frame (not the one I'm coding in) to be updated but not with a link. eg I process a log on in frame B and then the...
    2. load swf in a frame
      I built a top/bottom frameset in Dreamweaver MX 2004. I'm using the flashpaper printer to change word docs and pdf files into swf files I want...
    3. load var's -> instruct frame to reload ???
      hello i am trying to use a small 5 second looping flash movie as a way to continously check whether or not an outside variable (supplied by an...
    4. Can I embed a .swf in html and have it load at a specific frame?
      Just wondering if its possible to embed a .swf file (eg. hello.swf) in a html page and have it load at a frame which I've specified (in the html...
    5. How to load a url into a frame?
      This may be a really simple problem but I can't seem to figure it out in dotnet. Using asp (old style) I had an app that received a querystring...
  3. #2

    Default Re: Load a Documant into a frame

    Put the thumbnails in the top frame and when you create the links to 'details'
    pages, set the target to be the bottom frame.

    eg. <a href="details.htm" target="bottomFrame"><img src="thumbnail.JPG"
    width="80" height="80" border="0"></a>

    MrBonk 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