Subj : Re: try catch blocks To : David Bradley From : Igor Bukanov Date : Thu May 15 2003 10:19 am David Bradley wrote: > Amit Lonkar wrote: > >> Can some one please tll me the syntax to be used for this in the js >> file.? > > > try > { > } > catch (ex) > { > } > > I don't believe finally is supported in JS. It does and it is a part of the EcmaScript standard. .