摘要:
1.document.formName.item("itemName") 问题说明:IE下,可以使用document.formName.item("itemName")或document.formName.elements ["elementName"];Firefox下,只能使用document.formName.elements["elementName"].解决方法:统一使用document... 阅读全文
posted @ 2008-10-15 17:37
喝水的猪
阅读(647)
评论(1)
推荐(0)