is there a way to have a dynamic link outside an iframe that links to whatever the current iframe page is? I'm having a hard time explaining this, maybe I'm using the wrong words that's why I can't find an answer by searching.
Example - user browses a website within an iframe, but there is a link outside the iframe to take the user to the actual site he's browsing, this is obviously simple enough, my question is how do I make the link to be what the iframe is displaying currently. For example, if the users is on example.com/page12.html in the iframe, but the iframe source is just example.com/ how do I make the link get updated to whatever the current page within the iframe is.
Thank you