摘要:
下面是一些Javascript的IE和Firefox(火狐)兼容性的常用例子 1. document.formName.item("itemName") 问题 说明:IE下,可以使用document.formName.item("itemName")或document.formName.elements["elementName"]; Firefox下,只能使用document.f... 阅读全文
posted @ 2008-12-26 13:45
PointNet
阅读(608)
评论(0)
推荐(0)