<font face="arial" size="2">Hi David,<br /><br />&nbsp;&nbsp;&nbsp;You should be able to use the same syntax, as long as you refer to it through the window.opener object...<br /><br />&nbsp;&nbsp;&nbsp;When someone tells me "it doesn't work", I automatically ask what is really going on.&nbsp; Are you seeing an error message -- and if so, what does it say -- or is something unexpected happening, or is nothing at all happening?<br /><br />Cheers,<br /><br />Peter<br /><br /></font><font face="Tahoma, Arial, Sans-Serif" size="2"><b>From</b>: "David Stoltz" <a href="mailto:Dstoltz@SHH.ORG">Dstoltz@SHH.ORG</a><br /></font><br />Hi All,<br /><br />I have a problem - I am popping up a child window, and I need to:<br /><br />1) Clear a select box on the parent of all it's options<br />2) Add new options to the select box on the parent window<br />3) Select (highlight) an option in the select box on the parent window<br /><br />Can anyone give me any code how I can do this from the CHILD window? I<br />am trying with this so far to select an option, with no luck:<br /><br />window.opener.document.form1.mylist.option[0].selected=true;<br /><br />Thanks for any help