iframe获取父级跳转
window.parent.location.href=data.msg;
iframe通过iframe里面的元素定位到父级打开新窗口
var temp1 = $("#formid");
temp1.parentElement.ownerDocument.defaultView.open('https://www.baidu')
发布者:admin,转转请注明出处:http://www.yc00.com/web/1742568523a4460093.html
iframe获取父级跳转 window.parent.location.hrefdata.msg; iframe通过iframe里面的元素定位到父级打开新窗口 var temp1$("#formid"); te
iframe获取父级跳转
window.parent.location.href=data.msg;
iframe通过iframe里面的元素定位到父级打开新窗口
var temp1 = $("#formid");
temp1.parentElement.ownerDocument.defaultView.open('https://www.baidu')
发布者:admin,转转请注明出处:http://www.yc00.com/web/1742568523a4460093.html
评论列表(0条)