已阅读5页,还剩10页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
Description Fires immediately after the browser loads the given objectwww.S body,td,div,a,inputfont:menu Description Fires immediately after the browser loads the given object. Remarks The browser loads applications, embedded objects, and images as soon as it encounters the APPLET, EMBED, and IMG elements during parsing. This means that the onload event for these objects occurs before the browser parses any subsequent elements. To ensure that an event handler receives the onload event for these elements, you must place the SCRIPT element that defines the event handler before the element and use the onload attribute in the element to set the handler. The onload attribute of the BODY element sets an onload event handler for the window. Setting an onload event handler for the window object by any other means will override the handler set using the onload attribute if the handlers are in the same script language. This event will not bubble. Events that do not bubble can only be handled on the individual object that fired the event. Examples The following JScript example is an onload event handler for the window. window.status = Page is loaded!; The following JScript example sets an onload event handler for an IMG element. The handler uses the event object to retrieve the URL of the image. function imageLoaded() window.status = Image + window.event.srcElement.src + is load
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 广发银行珠海分行2025年下半年社会招考易考易错模拟试题(共500题)试卷后附参考答案
- 广东湛江市教育卫生系统等部分事业单位2025招考高校毕业生易考易错模拟试题(共500题)试卷后附参考答案
- 北京市大兴区2025-2026学年八年级上学期期中语文试题(含答案及解析)
- 山东建筑工程质量检测站事业单位招考易考易错模拟试题(共500题)试卷后附参考答案
- 宁夏事业单位联考考试招聘易考易错模拟试题(共500题)试卷后附参考答案
- 根据合同写合作协议
- 桁架转让协议书范本
- 框架协议的合同模板
- 桌椅货架转让协议书
- 机蔬菜宅配合同范本
- 2025新疆维吾尔自治区融资担保有限责任公司招聘6人人笔试考试参考题库及答案解析
- 2025云南楚雄元谋县产业投资集团有限公司合同制员工招聘16人笔试考试参考试题附答案解析
- 2026年湖南水利水电职业技术学院单招职业技能考试题库带答案
- 2025FIGO良好实践建议之辅助阴道分娩和第二产程解读
- 幼儿心理咨询室创业计划书
- 中国宋朝服装介绍
- 体检重要异常结果规范管理
- 2025年少先队辅导员技能大赛考试测试题及参考答案(共四套)
- 2025湖南常德金鹏印务有限公司招聘拟录用人员笔试历年典型考点题库附带答案详解2套试卷
- 人教版数学六年级上册第一、二单元测试卷(含解析)
- 留置胃管的操作流程及注意事项
评论
0/150
提交评论