'iframe not loading HTML Page I want to perform onClick operation on it but instead HTML is working on its own

enter image description here

The question I have is I don't want my HTML pages to work in the iframe instead want them to just display and when someone click on them a new page gets open.

Right now Top Row Middle Iframe has an audio and it is being played on clicking similarly in Bottom row first iframe has a dropdown which is working but I want if anyone clicks anywhere it should open a corresponding page

pointer-events none is disabling the onclick event as well.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source