探寻者飞

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

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

2008年6月29日 #

摘要: 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 = n 阅读全文
posted @ 2008-06-29 16:40 探寻者飞 阅读(7883) 评论(2) 推荐(0) 编辑