(function () { 'use strict'; window.addIframe = function(container){ var iframe = document.createElement("iframe"); iframe.setAttribute("id", "iframe_id"); iframe.height = "100%"; iframe.width = "100%"; container.appendChild(iframe); } window.insertURL = function(url){ document.getElementById("iframe_id").src = url; } }());
<script src="iframe.js"></script>
Collaborate with other users in our discussion forums
A valid service agreement or active software subscription may be required, and support options vary by country.
Helpful
Not Helpful