I am setting up a site which will work as a containing site around a 3rd party site using an iframe. I want the user to be able to browse the 3rd party site (iframe), then submit the URL to the containing site, for me to then store.
I would like to therefore provide either:
- a way to programatically access the current URL of the iframe, and submit it to the containing site
- a way to display the current URL of the iframe, which the user can then copy or paste into the containing site
- another method