Forum Moderators: open
I'm trying to keep a site like yahoo in an iframe. Everytime I click a link on there, it opens on a full page rather than stay in the frame. I'm sure there's a way of keeping it in the frame but I haven't been able to figure it out even after countless google searches. Any help would be greatly appreciated. And is there a better way to accomplish this using something other than iframes? Thanks.
Here's the html body code. Very simple and to the point. I called the page frame1.html. Where does the code go that you suggested for me to use? Yes, I am a total newb.
<BODY>
<IFRAME name = "frame1" SRC="http://www.yahoo.com">
</IFRAME>
</BODY>
Once I open this page and click on any link in YAHOO the frame dissapears and the article opens in the entire page. I would like to keep it in the frame. Thanks again for your help.
Try switching the iframe source to one of your own pages, just to be sure you've got the code right and the trouble is really coming from the framed page.