Forum Moderators: open
When I created the code
<iframe frameborder=0 width=90% src=file.htm></iframe>
it loads into the page just the way I want it, however, when I click a link inside the frame, it opens the page inside the same frame. So my question is, how can I make a link inside an iframe open in the original page?
Also, if there is a better way of doing this, other than iframes, I'd love to here it!