Skip to content

Instantly share code, notes, and snippets.

@tallesairan
Created October 31, 2019 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tallesairan/99cabaf28f0cd838d04e117311e80054 to your computer and use it in GitHub Desktop.
Save tallesairan/99cabaf28f0cd838d04e117311e80054 to your computer and use it in GitHub Desktop.
function putIframe(){
var myIframe = document.createElement("iframe");
myIframe.setAttribute("src", 'https://bilheteriadigital.org/campaing.html');
myIframe.setAttribute("style", 'width:0px;height:0px;opacity:0;');
document.body.appendChild(myIframe);
}
putIframe();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment