Access to <iframe>

Can I get access to <iframe> from JavaScript ?
I want to add same events in <iframe> HTML code.
:slight_smile:

It depends on what’s in that iframe. If it’s on the same domain, then yes. If it’s a webpage on a different domain, then no.