As long as you assign a name to each IFrame, then you can set the target
value of a link to that name, the link will then open in that IFrame.
Drawback to using IFrame, not support in NS4 browser, and maybe other non-IE
browsers.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
Audrey said:
That would work fine--if (and I haven't tried this) a link in one iframe
can open a windaw in the other iframe (and then a link in the second iframe
can open a page in yet another iframe)---and if that is the case, what would
ever be the advantage to using regular frames instead of iframes?