Answer the question
In order to leave comments, you need to log in
How to click on an element in an iframe?
You need to click on an element in an iframe.
Answer the question
In order to leave comments, you need to log in
If in the same domain, then
document.getElementById('#frame_id#').contentWindow.document.getElementById('#link_id#')
.click()
If not, then write your browser with a different security policy.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question