2022年js页面事件大全 .pdf
《2022年js页面事件大全 .pdf》由会员分享,可在线阅读,更多相关《2022年js页面事件大全 .pdf(4页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、 先来看一个简单的例子:下面以三个页面分别命名为frame.html 、top.html 、bottom.html为例来具体说明如何做。frame.html 由上 (top.html) 下(bottom.html) 两个页面组成,代码如下: 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 4 页 - - - - - - - - - frame 现在假设top.html (即上面的页面 ) 有七个 button 来实现对bottom.html (即下面的页面 ) 的刷新,可
2、以用以下七种语句,哪个好用自己看着办了。语句 1. window.parent.frames1.location.reload(); 语句 2. window.parent.frames.bottom.location.reload(); 语句 3. window.parent.framesbottom.location.reload(); 语句 4. window.parent.frames.item(1).location.reload(); 语句 5. window.parent.frames.item(bottom).location.reload(); 语句 6. window.pa
3、rent.bottom.location.reload(); 语句 7. window.parentbottom.location.reload(); top.html 页面的代码如下: top.html 下面是 bottom.html页面源代码,为了证明下方页面的确被刷新了,在装载完页面弹出一个对话框。bottom.html 页面的代码如下: 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 4 页 - - - - - - - - - bottom.html This i
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年js页面事件大全 2022 js 页面 事件 大全
限制150内