I have a webpage with an iframe. What I want to be able to do is have the query string from the iframe pass through the parent url.
For example:
Parent URL: mysite.com/iframe-page
iframe URL: iframe.com
When a link is clicked on in the iframe the iframe url changes to "iframe.com/?filter=google"
I would like it set up so that the parent url could start as mysite.com/iframe-page then when the link in the iframe is clicked the url changes to mysite.com/iframe-page?filter=google
Is this something that is possible to do?