存档

文章标签 ‘谷歌’

javascript兼容firefox,谷歌,IE取值的方法

2009年12月23日 云飞扬 没有评论

firefox,谷歌 中只支持document.getElementById("id")
IE支持document.getElementById("id") 和name
测试例子如下:IE中时把c,d取消注释, firefox,谷歌增加注释,本想用onload,但是firefox,谷歌也不支持