Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 0.42 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Iframe ContentWindow
  2. var contentWindow = document.getElementbyId('iframe').contentWindow
  3.        
  4. if (contentWindow === unidentified) or if (contentWindow === null)
  5.        
  6. if (contentWindow === unidentified) or if (contentWindow === null)
  7.        
  8. var iframeElem = parent.document.getElementById("iframe");
  9. var win = iframeElem.contentWindow;
  10.        
  11. var iframeElem = parent.document.getElementById("iframe");
  12. var win = iframeElem.contentWindow;