Parent window is served from my.salesforce.com domain and the child (pop-up) window is served from another domain, visual.force.com. The functionality is to populate the value the user selects in pop-up back to the parent window. I was using the window.opener to communicate with the parent window, but I get the error message " Domains, protocols and ports must match" in the parent window.
Any idea how this could be avoided? and the values passed from child to the parent?
-Sameer