Widget:Iframetest1

 <img id="runImage" src="https://analytica.com/wp-content/uploads/2023/07/ev-vs-ice-1.webp" width="1210" height="648">

<script> document.addEventListener('DOMContentLoaded', function () {

 var container = document.getElementById('container');
 container.addEventListener('click', function showIframe() {
   container.innerHTML = ; // Clear the container
   const iframe = document.createElement('iframe');
   iframe.src = 'https://acp.analytica.com/view0?invite=4314&code=2462049136540573676';
   iframe.style.width = '1210px';
   iframe.style.height = '510px';
   container.appendChild(iframe);
 });

}); </script>