- 浏览: 53047 次
- 性别:
- 来自: 深圳
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> new document </title>
<meta name="generator" content="editplus" />
<meta name="author" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
</head>
<body>
<form method="post" action="" id="f1_id" name="f1">
<input id="ip1_id" name="ip1" type="text" name="" class="" value="tom"/>
</form>
</body>
<script language="JavaScript" type="text/javascript">
<!--
(function(){
var formc;
if(document.all){
//IE
//formc=document.forms["f1"].item("ip1").value;
//formc=document.forms("f1").item("ip1").value;
//formc=document.f1_id.ip1_id.value;
formc=document.getElementsByName("ip1")(0).value;
//formc=document.forms["f1"].item("ip1").value;
//alert(document.forms["f1"]);
}else{
//IE FF[/color]
formc=[color=red]document.forms["f1"].elements["ip1"];
}
alert(formc);
})();
//-->
</script>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> new document </title>
<meta name="generator" content="editplus" />
<meta name="author" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
</head>
<body>
<form method="post" action="" id="f1_id" name="f1">
<input id="ip1_id" name="ip1" type="text" name="" class="" value="tom"/>
</form>
</body>
<script language="JavaScript" type="text/javascript">
<!--
(function(){
var formc;
if(document.all){
//IE
//formc=document.forms["f1"].item("ip1").value;
//formc=document.forms("f1").item("ip1").value;
//formc=document.f1_id.ip1_id.value;
formc=document.getElementsByName("ip1")(0).value;
//formc=document.forms["f1"].item("ip1").value;
//alert(document.forms["f1"]);
}else{
//IE FF[/color]
formc=[color=red]document.forms["f1"].elements["ip1"];
}
alert(formc);
})();
//-->
</script>
</html>
发表评论
-
JS的replace方法
2011-08-05 10:34 1201from http://www.cnblogs.com/mxw ... -
要写出在各大主流浏览器上都兼容的JS代码,就要关注他们的区别,下是IE和FF综合考虑的通用DOM!
2011-08-04 14:36 921来源于 http://hi.baidu.com/g ... -
<input type="text" id="start" />输入true取布尔true
2011-07-28 14:22 880"true" and true is di ... -
Js获取当前日期时间+日期验证+判断闰年+日期的天数差+日期格式化+JS判断某年某月有多少天
2011-07-27 17:47 4813字符串转日期型+Js当前日期时间+日期验证+判断闰年+日期的天 ... -
高效http页面优化法则一【JS对DOM的操作】
2011-07-08 10:58 1033很多人都认为JS的效率 ... -
form page jump
2011-07-07 10:49 853页面跳转 <input type="hidd ... -
jquery widget sample
2011-07-06 08:39 3446<!DOCTYPE html PUBLIC &quo ... -
jquery apply wait for update
2011-07-05 10:36 1658<!DOCTYPE html PUBLIC &quo ... -
deal with a great quantity domelements add event wait for update
2011-06-29 14:34 1159<!DOCTYPE html PUBLIC " ... -
JS中的attachEvent、addEventListener如何传递参数
2011-06-29 14:02 6268<!DOCTYPE html PUBLIC " ... -
window.onload 和 $(document).ready 区别 待续......
2011-06-27 09:50 2750jquery 学习之一(js中window ... -
js operate frame
2011-06-14 14:04 1193我的页面框架如下 <frameset rows=&quo ... -
js中frame的调用
2011-06-14 12:27 1043js中frame的调用 关键词 ... -
js 事件冒泡 和其它问题
2011-06-10 09:25 820js事件冒泡 <html> <head> ... -
js inner iframe get dom of parent
2011-06-02 15:00 732parent.$("#id");//jqu ... -
ajax
2011-05-27 14:18 645<!DOCTYPE html PUBLIC " ... -
add event to all the dom elements in one page except one dom
2011-05-18 10:20 868<!DOCTYPE html PUBLIC &quo ... -
count down 倒计时
2011-05-13 12:42 575<!DOCTYPE html PUBLIC " ... -
js IE与FireFox的兼容性问题 事件
2011-05-13 09:16 1029# window.event * IE:有windo ... -
deal with href remove the same element
2011-05-11 09:38 799var url="http://zhidao.bai ...
相关推荐
1. document.formName.item("itemName") 问题 说明:IE下,可以使用document.formName.item("itemName")或document.formName.elements["elementName"]; Firefox下,只能使用document.formName.elements["elementName...
1. document.formName.item(“itemName”) 问题 说明:IE下,可以使用document.formName.item(“itemName”)或document.formName.elements[“elementName”]; Firefox下,只能使用document.formName.elements[...
一、document.formName.item(”itemName”) 问题 问题说明:IE下,可以使用 document.formName.item(”itemName”) 或 document.formName.elements [“elementName”];Firefox 下,只能使用document.formName....
1.document.formName.item(“itemName”) 问题说明:IE下,可以使用document.formName.item(“itemName”)或document.formName.elements[“elementName”];Firefox下,只能使用document.formName.elements[...
CSS 多浏览器兼容性问题及解决方案一、document.formName.item(”itemName”) 问题 问题说明:IE下,可以使用 document.formName.item(”itemName”) 或 document.formName.elements [“elementName”];Firefox 下...
一、document.formName.item(”itemName”) 问题 问题说明:IE下,可以使用 document.formName.item(”itemName”) 或 document.formName.elements[“elementName”];Firefox下,只能使用document.formName....
1. document.form.item 问题 (1)现有问题: 现有代码中存在许多 document.formName.item(“itemName”) 这样的语句,不能在Firefox(火狐)下运行 (2)解决方法: 改用 document.formName.elements[“elementName”] (3...
1. document.form.item 问题 (1)现有问题: 现有代码中存在许多 document.formName.item(“itemName”) 这样的语句,不能在 MF 下运行 (2)解决方法: 改用 document.formName.elements[“elementName”] (3)...
IE下`document.formName.item("itemName")`与`document.formName.elements["elementName"]`均有效,Firefox只接受后者。为保持一致性,使用`document.formName.elements["elementName"]`。 9. **集合类对象获取**...
将 `document.formName.item("itemName")` 替换为 `document.formName.elements["itemName"]`,这样可以在IE和FF中都能正确获取表单元素。 **示例代码:** ```javascript // 错误用法 var element = document.form...
在IE和MF中,`document.form.item`的使用方式不同。IE支持`document.formName.item("itemName")`,而MF需要使用`document.formName.elements["elementName"]`来访问表单元素。为了确保代码在两种浏览器中都能正常...
1. **document.form.item问题** - 在IE中,可以通过`document.formName.item("itemName")`来访问表单元素,但在Firefox中不支持。推荐使用标准的方法`document.formName.elements["elementName"]`。 2. **集合类...
8. document.formName.item(”itemName”) 问题 3 9. 集合类对象问题 3 10. 自定义属性问题 3 11. input.type属性问题 3 12. event.srcElement问题 3 13. body载入问题 3 14. 事件委托方法 3 15. ...
1. **document.form.item问题** - 在IE中,可以使用`document.formName.item("itemName")`来访问表单元素,但在MF中不支持。 - 解决方案是使用`document.formName.elements["elementName"]`来替代,这在两种浏览器...
1. **`document.form.item` 问题** - 在IE中,可以使用`document.formName.item("itemName")`来访问表单元素,但在火狐中不支持。 - 解决方案是切换到更通用的方法`document.formName.elements["elementName"]`,...
在处理表单元素时,IE 和 Firefox 对 `document.formName.item("itemName")` 的支持存在差异。 **说明:** - **IE环境下**,可以通过 `document.formName.item("itemName")` 或 `document.formName.elements[...
1. **Document.form.item 问题** - 问题描述:在IE中,可以通过`document.formName.item("itemName")`来访问表单元素,但在Firefox中不支持。 - 解决方法:改为使用`document.formName.elements["elementName"]`来...
- 集合类对象的取用,IE允许使用圆括号,如`document.forms("formName")`,但MF需要使用方括号,如`document.forms["formName"]`。 - `window.event`在MF中不可直接使用,需要在事件处理函数中传递`event`参数,如:...