探寻者飞

我正像学走路的娃娃,期盼有一天会跑、会飞翔......

博客园 首页 新随笔 联系 订阅 管理

1.对于iframe(iframeMain是iframe的ID)
document.all.iframeMain.src="http://www.bokee.com/";                     //显示iframe中最后一次刷新得到的内容
document.all.iframeMain.contentWindow.location="http://www.bokee.com/";  //重新刷新iframe的内容

2.对于frame:(window.parent.document代表frame元素所在的网页对象,fraRight是frame的ID)
window.parent.document.getElementById("fraRight").contentWindow.location = node.Target;   //显示frame中最后一次刷新得到的内容
window.parent.document.getElementById("fraRight").contentWindow.location = node.Target;   //重新刷新frame的内容

posted on 2008-06-29 16:40  探寻者飞  阅读(7882)  评论(2编辑  收藏  举报