I am trying to display one HTML page on top of another. I attempted to link the other page within a div, following the example on this page:
However, when clicked, the control navigates to the linked page instead of overlaying it on the current page. Can someone provide an example of how to load a new HTML page on top of the main one? I am still learning about web development and would appreciate any assistance!