Subj : NewScriptHook bug To : netscape.public.mozilla.jseng From : Shanti Rao Date : Wed Nov 24 2004 05:10 pm In the current code, for(...) statements script generate new script objects but the new script hook never gets called. for (var i=0; i<10; i++) { print (i); print (2) print (3) } .