摘要:
以下以 IE 代替 Internet Explorer,以 MF 代替 Mozzila Firefox 1. document.form.item 问题(1)现有问题:现有代码中存在许多 document.formName.item("itemName") 这样的语句,不能在 MF 下运行(2)解决方法:改用 document.formName.elements["elementName"](3)... 阅读全文
posted @ 2006-09-14 16:59 天天在线 阅读(200) 评论(1) 推荐(0) 编辑