abs wrote:
Anybody knows how to read the 'cellspacing' attribute of "<table>" element ?
"window.status=document.getElementById('IdOfTable' ).cellspacing" does not
work.
Regards,
ABS
document.getElementById('IdOfTable').cellSpacing; //(uppercase S)
http://www.w3.org/TR/2003/REC-DOM-Le...ml#ID-68907883
DU
--
The site said to use Internet Explorer 5 or better... so I switched to
Mozilla 1.7.5 :)