ie 与 firefox javascript 兼容问题

方法1:function $f(a,b){return a.getElementsByTagName(b)[0].text;}
方法2:function $f(a,b){return a.getElementsByTagName(b)[0].firstChild.nodeValue;}
以上两个方法
方法1在ie中可以使用,但是在firefox中不支持,
而 方法 2 在 ie 和 firefox都可以 正常使用。
----------------------
ie firefox iframe兼容
document.getElementById("HtmlEditor").contentWindow.document
在ie firefox通用
------
form中的file 中设置宽度
ie中使用width=宽度 而 firefox则是 size=宽度

你可能感兴趣的:(JavaScript,IE,F#,firefox)