Hi Customer (name blocked for privacy),
To make the other website open framed within your own website, you would use frames or a popup window. Both use the
target attribute on the
A tag.
For example <a href="http://justanswer.com" target="_blank" target="_blank"> open the JustAnswer website in a new window</a> or <a href="http://justanswer.com" target="myframe" target="_blank"> open the JustAnswer website in a frame within your site</a>
Edited by Peter on May 11 2008 at 11:33 AM