Setting options on a select box (ComboBox) - in another window



Hi!

I use this to read on the value of my "parent" window.

stemp=window.opener.document.forms[0].workgroup.value;

Works well.

Say, I'd like to add an items to that, and select it?

stemp=window.opener.document.forms[0].workgroup.options[0].value="hello
world";
- does not work.

Any ideas?

.