I'm integrating a 3rd party iframe into my website in react. Is there a way to add onClick event handler to specific classname?
The browser’s security model won’t allow this unless the iframe is rendering content from the same domain the page is served from.