javascript - how to change the iframe? -



javascript - how to change the iframe? -

i have 2 iframes in page. both have same source. when alter 1st iframe, changes must reflected in 2nd one. looks remote browsing. how can accomplish in javascript?

var iframes = document.getelementsbytagname('iframe'); var src = iframes[0].src; iframes[1].src = src;

without knowing page or seeing code can't give more this...

javascript html

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -