Can I get access to <iframe> from JavaScript ?
I want to add same events in <iframe> HTML code.
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.
Can I get access to <iframe> from JavaScript ?
I want to add same events in <iframe> HTML code.
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.