Sign up for the Business & Innovation Newsletter >>window.addEventListener('message', (ev)=>{		try{		if(typeof(ev.data) === "object"){			const data = ev.data;				if(data && data.type === "resize"){				const height = data.payload.height;				document.getElementById("cicIframe2").height = height+45+"px";			}			}	}catch(err){		console.log(err);	}	});