就在FrameB中的网页YY.asp最后,加入一个通知Frame A的代码:yy.asp
....
....
</body>
</html>
<script>parent.FrameA.isload="i come in";</script>在xx.asp中用<script>
isload="no";
timid=null;
loadyy();function loadyy(){
if (isload=="I come in") clearTimeout(timid);
else timid=setTimeout("loadyy()",1);}
</script>