如何阻止iframe里引用的网页自动跳转

canca8年前 (2018-07-24)1204
需求:现在在做一个项目,要求一个页面内嵌Bing和Baidu俩个iframe,载入页面后,从url中拿数据进行搜索。问题:完全载入页面后,会跳转到百度页面。问题来源:百度代码中有 if (top.location != self.location) {top.location=s…