<html> <body> <h1>iframe网页嵌套效果</h1> <a href="http://www.taobao.com" target="iframe1">跳转到淘宝</a><br/> <iframe name="iframe1" src="http://g.cn" width="800px" height="300px"/> </body> </html> 显示效果: