Boxhead
01-11-2004, 06:20 PM
I have a page with two iframes on. How can I get the page in one of the iframes, to change the page/contents of the other iframe and/or the host page?
Monkey
Monkey
|
||||
iframes accessing each otherBoxhead 01-11-2004, 06:20 PM I have a page with two iframes on. How can I get the page in one of the iframes, to change the page/contents of the other iframe and/or the host page? Monkey redhead 01-11-2004, 08:29 PM Ok, say you give one iframe something like name="menu" or whatever and the other name="content" attributes or however you'll be working it you should be able to use this: <a href="page.html" target="content">linkage</a> to open up the link in the content iframe, or target="_top" should work to open it up in the main window :) Does that work for you? :thumbsup: |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum