Hey everybody I am looking to provide a feature that needs to navigate to different pages inside an iframe but not for the top level window only for itself. I have not found anything that can be used and I am looking to click on the links ( tags) through the iframe and not use the urls to redirect.
Asked
Active
Viewed 265 times
0
-
1Is the iframe 3rd party? If yes, nothing you can do. – epascarello Nov 08 '21 at 13:28
-
No it is not @epascarello – petroslymper Nov 08 '21 at 13:29
-
1https://stackoverflow.com/questions/1088544/get-element-from-within-an-iframe – epascarello Nov 08 '21 at 13:31
-
So I just need to access the link through the contentDocument and then I can redirect just by clicking? – petroslymper Nov 08 '21 at 13:32
-
Assuming that is how it works.... – epascarello Nov 08 '21 at 13:35