Feedback on: irt.org FAQ Knowledge Base Q732
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
You say it is not possible to reference td 's NN4. This article claims to say otherwise.
Could you post or email an example of what he saying?
http://www.faqts.com/knowledge-base/view.phtml/aid/979/fid/192/lang/en
Technical:
Not technical enough
Comments:
The proposed solution isn't cross-browser at all: Mozilla and Netscape 6 don't have a document.all nor a document.layers property. A correct way to do this is to give the cell an ID, and use document.getElementById to retrieve that element.