cancel
Showing results for 
Search instead for 
Did you mean: 

EPCM in PopUp

Former Member
0 Kudos

Hi All,

Is it possible to retreive the value from a popup and set the value to a inputfield control in parent window.

Regards,

Vinoth

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182374
Active Contributor
0 Kudos

Hi Vinoth,

You can use the javascript's "window.opener" to control parent window from popup

Try this link:

http://www.javascriptkit.com/javatutors/remote2.shtml

Omri