Guest User

Untitled

a guest
Apr 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. window.onload = function(event) {
  2. resize();
  3. document.getElementById("myIframe").contentDocument.addEventListener("load", function () {
  4. resize();
  5. });
  6. };
Add Comment
Please, Sign In to add comment