Sunday, October 12, 2008

Java Tutorial

This is one of the best java tutorial i 've seen...checkout at
http://www.java2s.com/Tutorial/Java/CatalogJava.htm

HTML | DOM - Adding a child row to a table element in IE browser

While adding a child row to a table, the table has to have 'tbody' tag with id attribute and the table row can be added as a child to tbody element only, careful it is better practice not to add to table directly since adding child directly to the table works in Mozilla Firefox and doesn't in IE.