My JavaScript app opens a third-party web-application on a new window (we submit a form with the action attribute pointing to this third-party url and the target attribute with "_blank". Unfortunately we must open this app in a new window because of IE compatibility mode.
At this third party application there is another form. I would like to know if there is a way to capture the submit values posted by this form so I can use them in my JavaScript app.
Thanks,
Gustavo