Tuesday, October 25, 2005

JavaScript DOM

I just discovered that JavaScript DOM does have some problems - I ran into problems doing the cross - browser testing. Apprarently, some part of the code didn't work in Netscape & Mozilla.

E.g; IE recognizes the parentElement keyword but Netscae wants parentNode.

I need to scrouge the net for a compatibility list.........