点击iframe窗口里的超链接打开新页面的方式:

a标签中设置按钮点击事件,事件调用的方法使用如下方法跳转链接:

 window.open('url链接', '_blank');