- 1、本文档共24页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
javascript的ie和firefox(火狐)兼容性(Compatibility of JavaScripts IE and Firefox (Firefox))
javascript的ie和firefox(火狐)兼容性(Compatibility of JavaScripts IE and Firefox (Firefox))
Compatibility of Javascripts IE and Firefox (Firefox)
(2010-04-08, 10:35:58)
Reprint
Label:
Computer
Window
Firefox
IE
Document
It
1. document.form.item problem
(1) existing problems:
Many of the existing code statements such as document.formName.item (itemName) cannot run under Firefox (Huo Hu)
(2) solutions:
Switch to document.formName.elements[elementName
(3) other
See 2
2. set class object problem
(1) existing problems:
Many of the collection objects in the existing code are used when they are used (), IE can accept, and Firefox (Huo Hu) cannot.
(2) solutions:
Use as a subscript []. For example, document.forms (formName) is changed to document.forms[ formName.
Another example is: document.getElementsByName (inputName) (1) instead of document.getElementsByName (inputName) [1]
(3) other
3. window.event
(1) existing problems:
You cant run on Firefox using window.event
(2) solutions:
Firefoxs event can only be used at the site of the event, and this problem is not resolved. You can do that:
(the original code can be run in IE:br /input) type= button name= someButton value= javascript:gotoSubmit onclick= submit () /br br /script / ... Language= JavaScript br /function (gotoSubmit) {br / br... /alert (window.event); / / use window.eventbr / br /}br //script...
The new code (which can be run in IE and Firefox):input type= button name= someButton value= to onclick= javascript:gotoSubmit (event) /br br /script language= / ... JavaScript br /function gotoSubmit (EVT) {br /evt (window.event: EVT = EVT?? window.event: null); br / ... br /alert (EVT); / / use evtbr / br /}br //script...
In addition, if the first line in the new code does not change, just like the old code (that is, the gotoSubmit call does not give parameters), it can still run only in IE, but without error. So, the TPL part of this solution is still compatible with the old code.
4., the ID of the HTML object is used as the o
您可能关注的文档
- 2012图文自酿干红葡萄酒及问题解答(Answer 2012 problems and Wine brewed red text).doc
- 2012年会计科目解析(Accounting analysis in 2012).doc
- 2012年司考(2012 Scott).doc
- 2012年国内葡萄酒培训汇总(培训机构、培训课程)(Summary of domestic wine training (training institutions and training courses) in 2012).doc
- 2012大一思修选择题答案(2012 big one, choose the answer).doc
- 2012年北仑区中小学生车模机器人比赛规程(Code of practice for model car robots for primary and secondary school students in Beilun District, 2012).doc
- 2012年-吉林到至张家界自驾游路书+自助游攻略及交通方式(2012 - Jilin to Zhangjiajie driving team + travel and transportation).doc
- 2012年小学毕业生综合素质评价实施方案(Implementation plan for comprehensive quality evaluation of primary school graduates in 2012).doc
- 2012年幼儿园教师招聘考试试题-学前教育试题.(2012 kindergarten teacher recruitment examination questions - Preschool Education Questions).doc
- 2012年江西省中考语文试卷及答案(Chinese examination papers and answers in Jiangxi in 2012).doc
- 2024年度党员干部民主生活会班子对照检查材料.docx
- 公司党委领导班子2024年度民主生活会对照检查材料4个带头方面.docx
- 市府办(政府办)领导班子2024年民主生活会会后综合情况报告.docx
- 在2025年市司法局信息宣传工作推进会上的讲话.docx
- 在2025年全省文化旅游高质量发展推进会上的讲话.docx
- 在2025年全区工业、住建大规模设备更新推进会上的讲话.docx
- 党支部2024年组织生活会民主评议党员情况总结报告_1.docx
- 2024年度组织生活会个人对照检查剖析材料.docx
- 镇党委书记2024年度民主生活会对照检查材料1.docx
- 党支部2024年组织生活会民主评议党员情况总结报告.docx
最近下载
- 2024年牛津译林版七年级英语下册Unit 4 Finding your way课件.ppt VIP
- JTGT D33-2012 公路排水设计规范.docx
- 2023地下工程防水技术规范GB50108.ppt
- 陕西省宝鸡一中学2025年初三第一次联考数学试题试卷含解析.doc VIP
- 2024年个人车位买卖合同书电子版.doc VIP
- 信息技术支持下的小学语文教学创新研究教学研究课题报告.docx
- 医院DIP支付方式改革工作实施方案.docx
- 2021年法律职业资格考试刑法结构图完整版(1).docx VIP
- 高标准农田2013年监理细则.doc
- 2024年04月浙江桐乡农村商业银行2024年春季招考笔试历年参考题库附带答案详解.docx
文档评论(0)