Iframe question

lets say i have two iframes on my page, one is blank so that when your at the site you dont know its there its name is “auxilary” the other one is shere your main context is, its name is “main” now, if i wanted to load something in both windows when certain links are clicked, but only one if others are picked what would you do?

i hope that makes sense. i guess i just want to load pictures in an auxilary iframe at certain parts of my site.

any help is ever so greatly appreciated :slight_smile:

=ryan=

so… you basically want

iframe1 ->links
iframe2 ->blank

when you click on a link in iframe1, then picture shows up in iframe2?

If so, I think it’s just as simple as putting target=“theiframename” in your a href code

i have a link on the actual html not in an iframe at all, and when i click the link i want “iframe1” to loard one html file and “iframe2” to load a different one, so is there a way you can say something like

a herf=“www.blablabla.com/one.html” target=“main” herf=“www.blablabla.com/two.html” target=“auxilary”

or something, that didnt work, but thats kinda what i need, is one click opens two links. thanks.

=ryan=

wow, I dont know about that… let me do some searching, I’ll get back to you.

nothing :frowning:

thanks a lot man. maybe ill find a way around it or something maybe when the site loads it could have a load command to open the other html file in the other iframe, il mess around, thanks for lookin though.

=ryan=

np. sorry I wasnt much help. :blush: