On Tue, Mar 30 2004 08:29:26 -0500, Jeremy W. Redmond wrote: > try: > > Option[selected].setSelected(true); > > I think this is how I do it.... > > I usually create the Select first, then use .addElement to add each new > option. > Something like this: > > dropDown.addElement(new Option(selectField).setSelected(true));
Thanks a lot! It works now :-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
