PDA

View Full Version : IE errors...


Deakster
04-01-2009, 07:27 AM
My SOLO app works fine in Firefox/DHTML, Firefox/Flash and IE7/Flash, but i get some strange error in IE7/DHTML. The problem is, that the compiled javascript code is so obfuscated, its impossible to tell where the error is occuring. Are there any ways to find out where the error is occuring in the .lzx/.js code before compilation?

The error is regarding the line:
var otherParent_$3 = children_$1[0].parentNode;
- parentNode is null or not an object. Anyone have any ideas?