Subj : This javascript runs on IE and Opera and Safari and crashes under Mozilla? To : netscape.public.mozilla.jseng From : jerry.nospam@theashergroup.com (Jerry Asher) Date : Tue Jul 15 2003 02:43 pm The page and javascript below will renders correctly on IE, Opera, and Safari but fails under Mozilla. Under IE and Opera, it prints out two tables. Under Mozilla, only one table. Venkman says it dies at this line: outputArray( "Array n2 contains", n2 ); Error ``outputArray is not defined'' [xs] in file ``http://www.theashergroup.com/junk/InitArray.html'', line 30, character 0. Stopped for error handler. #0: function initializeArrays() in line 30 028: 029: outputArray( "Array n1 contains", n1 ); 030: outputArray( "Array n2 contains", n2 ); 031: } 032: A copy of this page is at http://www.theashergroup.com/junk/InitArray.html Questions: A) What is wrong with that example and page? B) Where is the best place to ask similar questions? C) How do I set a breakpoint or a "future breakpoint" at line 29? D) How do I step through this using Venkman? I can't figure out how to start the script. Thank you, Jerry Initializing an Array .