From: Marc G. <mgu...@ya...> - 2004-11-24 08:47:07
|
Mike, this can probably be fixed making the object returned by "getElementsByTagName("td")" both a "normal" object and object implementing interface org.mozilla.javascript.Function as I've done it for document.all. Marc. Mike Bowler wrote: > Brehm, Robert P wrote: > >> Is there any way currently to tell the javascript interpreter to >> ignore javascript errors? That is try to process commands but if the >> command is malformed or not supported then continue? If not then I >> believe this would be a very useful enhancement. >> >> > > The short answer is no. > > The longer answer is that this kind of thing would have to be supported > by the rhino engine and I haven't been able to find a way to tell rhino > to do this. All the core javascript support is provided by rhino - all > we supply are the browser specific host objects (Document, Location, > Window etc) > |