a标签指向iframe

<a href="http://www.taobao.com" target="iframe1">连接淘宝</a>
<iframe name="iframe1" src="http://www.baidu.com" frameborder="0" width="500px" height="400px"></iframe>
<iframe src="http://www.baidu.com" frameborder="0" width="500px" height="400px"></iframe>
原文地址:https://www.cnblogs.com/xyyou/p/12240955.html