My webpage contains an iframe that holds an arcgis map web viewer. This map contains multiple layers, that when clicked on, displays a popup and a link. This link contains parameters that I need to capture.
Currently, when I click on this link, it opens up a new window. Is there away I can capture it within the parent's window? Can this be done asynchronously, without having to reload the entire page/map?