thorpedosg

Untitled

Jul 24th, 2018
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function getFrame() {
  2. var frame,
  3. frames = window.parent.document.getElementsByTagName("iframe");
  4. for (var i = 0; frame = frames[i]; ++i)
  5. if (frame.contentWindow === window)
  6. return frame;
  7. }
Add Comment
Please, Sign In to add comment