I have an iframe(other domain) inside html, In the iframe i have navigation, if i go to another page in iframe then i click the browser's back button, iframe goes to last visited page. i want to get parent html last vesited page on click back button.
Asked
Active
Viewed 160 times
0
-
Possible duplicate of [Back and forward buttons in an iframe](https://stackoverflow.com/questions/3254985/back-and-forward-buttons-in-an-iframe) – Samuil Petrov Jun 21 '17 at 09:08
-
Using the provided answer from that question, you just do location replace or href asign with the back location and you will achieve what you want. – Samuil Petrov Jun 21 '17 at 09:10
-
i am accessing iframe src from different domain, iframe.content.. does not work – Ammar Hayder Khan Jun 21 '17 at 09:25