I want to create an interactive icon that, when clicked, expands like a browser window. Inside this expanded div, I would like to display a URL that I provide. How can I accomplish loading a new URL within my original index.html without leaving the page or opening it in a new tab?
I understand how to make a clickable div expand on the screen, but I am unsure how to dynamically change that div to display the specific URL I desire without taking the user away from my index.html.