Subj : Stopping a running script on Windows NT To : netscape.public.mozilla.jseng From : meisterderdinge@gmx.net (Zaph) Date : Mon Mar 08 2004 06:05 am Hi, is there a way that I can safely stop a running js-script on windows nt from a different thread using some js_??? command ? I need to stop running scripts and start others and I don't want to use TerminateThread, since this probably has some serious side effects on the JS engine. Any help is appreciated... .