event. srcelement
17
form
netscape中必须使用document.formname,
ie中可以使用document.formname和
window.formname
18
对表格的操作
tableid.rows[i].cells[i].childnodes[i]
netscpate里不能使用 ( )
本文关键:IE VS NETSCAPE
event. srcelement
17
form
netscape中必须使用document.formname,
ie中可以使用document.formname和
window.formname
18
对表格的操作
tableid.rows[i].cells[i].childnodes[i]
netscpate里不能使用 ( )