<iframe id="chgMe" src="Source1.htm">Frames are not supported on your browser.</iframe>
<button onclick="document.getElementById('chgMe').src='Source2.htm'">Next</button>
它工作得很好,但是当生成 2 个或更多具有相同 id 的 iframe 时,第二个、第三个、第四个等 iframe 没有响应。我试过了document.getElementByTagName();
,document.getElementByName();
但没有任何效果