2020-10-21

iframe跨域

向外通知:

iframe外监听:window.addEventListener('message',function(e){  var data = e.data;  console.log(data.info);//some info  console.log(data.action);//dosomething    var height = data.height;  if(height < 250){   height = 250;  }  var ifr = document.getElementById('iframeName').style.height = height + 'px';   });iframe内发消息:window.parent.postMessage({height:$(document).height()}, '*');window.parent.postMessage({action: 'dosomething', info: 'some info'},"*");

 

向内通知:

iframe内监听:window.addEventListener("message", function(e){ var data = e.data; console.log(data.info);//some info console.log(data.action);//dosomething });iframe外发消息:document.getElementById('iframeName').contentWindow.postMessage({action: 'dosomething', info: 'some info'},"*");

  

原文转载:http://www.shaoqun.com/a/481456.html

易趣:https://www.ikjzd.com/w/210

Zozo:https://www.ikjzd.com/w/2180

focalprice:https://www.ikjzd.com/w/1094.html


向外通知:iframe外监听:window.addEventListener('message',function(e){vardata=e.data;console.log(data.info);//someinfoconsole.log(data.action);//dosomethingvarheight=data.height;if(height<250){heigh
折扣网:https://www.ikjzd.com/w/74
writer:https://www.ikjzd.com/w/1280
6大网站助你快速选品,下半年爆单就靠它!:https://www.ikjzd.com/home/2759
虚拟海外仓:https://www.ikjzd.com/w/621
燕子沟旅游_燕子沟奇美净土_燕子沟旅游攻略 :http://tour.shaoqun.com/a/50704.html

No comments:

Post a Comment