Setting options on a select box (ComboBox) - in another window
- From: "jodleren" <sonnich@xxxxxx>
- Date: 30 Mar 2007 07:48:59 -0700
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?
.
- Follow-Ups:
- Prev by Date: Re: About the DOM document object
- Next by Date: Re: FAQ Topic - How do I direct someone to this FAQ?
- Previous by thread: Malicious code with limited character set?
- Next by thread: Re: Setting options on a select box (ComboBox) - in another window
- Index(es):