Adding Dynamic Contents to IFrames | while($alive) LiveAndLearn();
Interesting to note, avoid waiting for iframe to load by using document.open(); document.close(); before manipulating DOM.
Interesting to note, avoid waiting for iframe to load by using document.open(); document.close(); before manipulating DOM.