今天收集了几个DOM方法,但是没有使用过,
也很少见别人的代码中存在这些方法,
难道浏览器没有实现?还是没有必要使用?
方法有:oCaption = TABLE . createCaption() 
oTHead = TABLE . createTHead() 
oTFoot = TABLE . createTFoot()
TABLE . deleteCaption() 
TABLE . deleteTHead() 
TABLE . deleteTFoot() 
deleteRow ( iIndex )
TR . deleteCell( iIndex ) 
oTR = object . insertRow ( iIndex ) 
oTD = TR . insertCell ( iIndex ) 
oItem = object . namedItem ( sName ) 
showModalDialog
showModelessDialog