Forum Moderators: open
Tazman
So you want your links to open up their target docments in your iframe?
You name your iframe as follows:
<iframe src="the page to display when your page first loads up.htm" name="some_name_i_like" .... >Your browser doesn't support iframes, but you can still use this site just fine. Click <a href="the page to display when your page first loads up.htm" target="some_name_i_like">here</a></iframe>
Then in each of your links in the menu bar, do as follows:
<a href="..." target="some_name_i_like" ...>
Shawn
PS You say "I decided to break out of tables and use ifames". There is a movement away from using tables for layout. But there is also a movement away from using frames, and iframes have all the disadvantages of frames plus a few more. So you may wish to consider alternatives... No point moving away from one 'out of favour' construct only to embrace another 'out of favour' construct. Personally, I'm not a zealot, and I think tables, frames, iframes all have their place. But if you are starting out fresh on a new site, it may be worth looking into the alternatives.
<base target="iframeB">
This will open all the links into the other iframe... but if you want a few of the links to go somewhere else, you can put the target="blah" in the a href tag
-Davis :)
Tazman
there is a post on that subject: iframes ans SE, around here somewhere.....
Ah! found it....
[webmasterworld.com...]