Testiframe

Revision as of 06:07, 30 April 2024 by Dpaine (talk | contribs) (Created page with "{{Widget:Iframetest1}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 <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>

Comments


You are not allowed to post comments.