<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Secondary form that populates a main form</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2003/06/10/secondary-form-that-populates-a-main-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2003/06/10/secondary-form-that-populates-a-main-form/</link>
	<description></description>
	<pubDate>Wed, 08 Oct 2008 10:54:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Fabian</title>
		<link>http://www.scriptygoddess.com/archives/2003/06/10/secondary-form-that-populates-a-main-form/#comment-9951</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/06/10/secondary-form-that-populates-a-main-form/#comment-9951</guid>
		<description>I'm having the same problem. 
Did you solve it?
</description>
		<content:encoded><![CDATA[<p>I&#039;m having the same problem.<br />
Did you solve it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serafin Salazar</title>
		<link>http://www.scriptygoddess.com/archives/2003/06/10/secondary-form-that-populates-a-main-form/#comment-9950</link>
		<dc:creator>Serafin Salazar</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/06/10/secondary-form-that-populates-a-main-form/#comment-9950</guid>
		<description>It's very useful your example. Now I am trying to do this.
A page has listbox with two options. Then I open a pop up window with another listbox with many options. What I want is to fill the firts listbox with the opction selected in the second list in the pop up window. I am doing like this..

Origen=document.frmsegundo.cmbCiudades;
Destino=opener.document.frmprueba.cbmultiple;
Destino.options[2]=new Option(Origen.options[0].text,Origen.options[0].value);

but I got this error:

The server throw an Exception.

Could you help me please!!! I will thank you a lot!!</description>
		<content:encoded><![CDATA[<p>It&#039;s very useful your example. Now I am trying to do this.<br />
A page has listbox with two options. Then I open a pop up window with another listbox with many options. What I want is to fill the firts listbox with the opction selected in the second list in the pop up window. I am doing like this..</p>
<p>Origen=document.frmsegundo.cmbCiudades;<br />
Destino=opener.document.frmprueba.cbmultiple;<br />
Destino.options[2]=new Option(Origen.options[0].text,Origen.options[0].value);</p>
<p>but I got this error:</p>
<p>The server throw an Exception.</p>
<p>Could you help me please!!! I will thank you a lot!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.295 seconds -->
