I want to create an iframe that pulls a website, and in the middle of that iframe an inline iframe that pulls a different website... it can be done? Like: index.htm -> pulls Google.com-> that pulls Yahoo.com which in the middle of the first iframe...
Tried but the first iframe [the big one] the content covers the other iframe [the one in the middle] content
Where do you want the second iframe to show? Say you use an iframe to display google.com, <iframe src="http://www.google.com"></iframe> Code (markup): Then within that iframe yiou attempt to display yahoo, where would you expect it to display... I don't think what you want to to makes sense, are you just trying to display two iframes on one page, that can be done using two <iframe></iframe><iframe></iframe> Maybe if you explain EXACTLY what and why you are doing this you may getter a better response... Nick