| Author |
child-parent values passing
|
sim sim
Ranch Hand
Joined: Jun 05, 2002
Posts: 55
|
|
Hi, I have a parent frame from which I can open a child frame (another window). I can select a value form a drop down in the child, based on that value I want to fill some text fields in parent. How to get this functionality. In other words, from a child window, I must be able to fill data in parent window. Regards, sim sim.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
all you need to do is opener.document.FormName.ElementName.value="blah"
|
 |
sim sim
Ranch Hand
Joined: Jun 05, 2002
Posts: 55
|
|
HI Al, Thanks very much. Regards, Sim Sim.
|
 |
 |
|
|
subject: child-parent values passing
|
|
|