In my website, i have an iframe which is a google form. Is this possible to QuerySelector attributes in the iframe or using eventlistener on the iframe?
Asked
Active
Viewed 11 times
0
-
No, using client-side JavaScript, you can not access content in (i)frames that was loaded from a different origin. – CBroe Feb 27 '23 at 12:54