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
Post a Comment