Subj : Re: problems on new option To : netscape.public.mozilla.jseng From : "lyg" Date : Tue Feb 10 2004 03:47 pm yes, i implement them by calling the JS api according clientreferrencJS13. "Brendan Eich" ??????:40245171.5030206@meer.net... > lyg wrote: > > >but i have a problem. when meeting > >document.form1.select1.options[i] = new Option(text, value, defaultSelected, > >selected), i have to create a browser option node according with created js > >option object. > >but how can i know document.form1.select1.options[i] is being evaluted? > > > > > > You implement native JSClasses for document, forms, select inputs, and > their options arrays, right? > > /be .