[thelist] Silent IE JS error

Lee Kowalkowski lee.kowalkowski at googlemail.com
Wed Jan 14 09:41:58 CST 2009


On 14/01/2009, Barney Carroll <barney.carroll at gmail.com> wrote:
> Hi guys, was hoping to get some help with IE debugging (browser shows no
> errors, I don't have visual studio and other browsers are fine).

IE6 says 'undefined' is null or not an object, on line 82, character 7
(which means it's actually on line 81, of course.)

Due to tas[7] not existing, perhaps because "Weight Loss" has been
commented out.

Might be better to constrain your loop to the array size rather than
hardcoding it.

-- 
Lee



More information about the thelist mailing list