Subj : Re: Stopping scripte execution To : Jun Kim From : Brendan Eich Date : Mon Nov 29 2004 08:28 am Jun Kim wrote: > Is there any API that stops the process of executing script? > Like the way that IE stops the script when pressing "stop browsing" button. > I can't seem to find. > > Regard, Jun Returning false from the branch callback (set by JS_SetBranchCallback) will stop the looping script. /be .