3.2.0

Sending Data when click

Hello,

I am wanting to send data from my popup to a input box in it's paren'ts window.

The data that I'm wanting to send is the id number of the row that's clicked on.

Is this possible? And if so, how?

Thank you so much for your help!
Travis
Travis Wertz
May 22,
try this

window.opener.document.getElementById("yourInputBox").value = "id fromPopupWindow";
Kini
May 25,

This topic is archived.

See also:


Back to support forum