Subj : Re: problem on array To : lyg From : Brendan Eich Date : Tue Feb 10 2004 11:29 pm lyg wrote: > i have a solution which i think badly. >it need to add some code into jsinterp.c > > Don't do that -- you think badly, you know better ;-). The core interpreter is no place for such hacks, given all the rich APIs for extending and observing. The right answer is to implement your own OptionsArray class, or fold it into your Select class. But why are you implementing the DOM level 0? If you're looking to implement a web browser engine, why not use Gecko, or KHTML, or something that already exists? /be .