Here is the scenario. There is content loaded in iframe from other site. I click to some link inside the iframe.
Is it possible to catch somehow outside the iframe what is that link?
UPDATE Since I recieved question if my intentions are pure, I would explain more on the use case. May be I started in wrong direction for this task.
So, we have a desktop client that walks around web (for shoping actually) and when customer finds something she wants to buy, she clicks on "that" (anything - picture, link, address) and send "that" to our service where it is manually resolved to link to product and transformed to entry in her register. Nothing unusual.
Now, the task is to make it web app. So, customer registers in our site and starts browsing internet stores. Hence my first choice was iframe. But the question is how to find what she clicked on?
Or, generally - how to save a "bookmark" to some object from the other site?