linking into iframes

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

  1. #1

    Default linking into iframes

    does anyone know how to link different pages into the same iframe using a
    list..
    i have the list and iframe in place but unable to click on a link and have
    it load into said iframe...
    i've set the name and id atrubutes and tryed targeting to them but it just
    targets to _blank .....
    can anyone help...
    Thanx
    Deano


    Deano Guest

  2. Similar Questions and Discussions

    1. iFrames for CS3
      Does anyone know before I buy it, if the iFrames Suite extensions work with Dreamweaver CS3? I'd like to put a frame of text (requiring a...
    2. iFrames
      Hi, when I make a page in photoshop, do my rollovers in imageready , bring it to dreamweaver, make an iframe from a slice made in ps or ir, the...
    3. DW 04, Contribute and iframes
      Hey, I am the administrator to http://www.caitlin-labradoodles.co.uk/. I made the site in Dreamweaver MX 04 and my clients use Contribute 3.1 to...
    4. iframes???
      What are some of the drawbacks to iframes. When are they good and why should you use them. Thank you. B
    5. Help with IFrames
      Hello I have a main pgae and I load an Iframe based on when the user clicks the tree nodes ,but when I save some records on the Iframe they should...
  3. #2

    Default Re: linking into iframes

    I'm not sure what your script is to talk to the iframe... BUT, since you're
    using an iframe, we can assume that you're only going for IE
    compatibility... in this case, I think you can state an id param in the
    iframe tag ... <iframe src="thePage.html" id="my_iframe"> ... then use
    script to set the location of the iframe to whatever page you want ...
    onClick=" iframe.location = 'newPage.htm' " ...

    -tw



    "Deano" <dpater@lineone.net> wrote in message
    news:bda8op$90m$1@forums.macromedia.com...
    > does anyone know how to link different pages into the same iframe using a
    > list..
    > i have the list and iframe in place but unable to click on a link and have
    > it load into said iframe...
    > i've set the name and id atrubutes and tryed targeting to them but it just
    > targets to _blank .....
    > can anyone help...
    > Thanx
    > Deano
    >
    >

    travisw 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