标签:ar sp html bs htm window js 框架 nbsp
<frameset id="fr" rows="50%,50%">
<frame name="up" id="up" src="u.html"/>
<frame name="down" id="down" src="d.html"/>
</frame>
var objValue=window.parent.frames["down"].document.getElementById("456");
alert(objValue.value);
标签:ar sp html bs htm window js 框架 nbsp
原文地址:http://www.cnblogs.com/mc67/p/4031024.html