Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Deano #1
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
-
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... -
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... -
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... -
iframes???
What are some of the drawbacks to iframes. When are they good and why should you use them. Thank you. B -
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... -
travisw #2
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



Reply With Quote

