I have a web app, part of which opens a 3rd party page in a child tab (I'm unable to iframe it as the headers they send prevent it) Once the user has completed the 3rd party page, the 3rd party present a blank white page with a GET parameter in the URL of "SUCCESS".
I'd like to be able to interrogate the url from the main tab and if it contains "SUCCESS" close the child window.
This needs to be cross browser compliant and written using Javscript / Jquery Any ideas? is this possible?