摘要:
1.document.formName.item("itemName") 问题说明:IE下,可以使用 document.formName.item("itemName")或document.formName.elements ["elementName"];Firefox下,只能使用document.formName.elements["elementName"].解决方法:统一使用documen... 阅读全文
posted @ 2010-01-15 22:49
痴人说梦
阅读(239)
评论(0)
推荐(0)