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

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

r - url in CRAN extension manual -

c - how to symlink a shared object file (lib) -