It might be IE only, but I've given a table an ID and a row an ID. I then use $('tableid').rows['rowid'].cells[cell number].innerHTML. FWIW

Jorge Godoy wrote:

Em Quarta 20 Dezembro 2006 14:12, Miki escreveu:
Hello David,

The innerHTML worked with another DIV, not with TD.

You can't use .innerHTML with a TD. You have to change the whole table. This is so to prevent you from creating something that would create a mess.




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to