The following works for some websites, such as bbc.co.uk, but changing them to Facebook or Google for example and nothing is returned - is there a work around?
iFrame method
<iframe src="http://www.bbc.co.uk/" name="iframe_a">
<p>Your browser does not support iframes.</p>
</iframe>
<a href="http://www.bbc.co.uk/" target="iframe_a">BBC.co.uk</a>
object method
<object data=http://www.bbc.co.uk width="1024" height="768">
<embed src=http://www.bbc.co.uk
Error: Embedded data could not be displayed.
</object>
Thanks!