I inserted this iframe into a webpage
<iframe src='http://redbug.redrocksoftware.com.au:80/Pages/chamara.html' style="position:absolute;z-index:1;" ></iframe>
The chamara.html page has a button that, when clicked, should cover the current page with an overlay.
The button inside the iframe is for feedback:
Upon clicking it, I expect the following to happen:
Despite trying absolute positioning and z-index on the iframe, I have not been able to achieve the desired result yet.