Cross domain popup window with return value
问题 This is the setup: I have two websites on two different domains: www.website1.com www.someotherwebsite.com This is what I want to do: When a user is on www.website1.com and clicks a link, I want a window to popup showing www.someotherwebsite.com . When the user clicks a button in the popup window (showing www.someotherwebsite.com ) I want that window to close and have a value returned. I want the value returned from the popup window to be placed (into a div, or into a javascript call, or