Forgive me, Im not even sure of the correct terminology to ask the question (or google it).
What I currently have is some HTML and Java Script code for home automation. When I click on the link my code loads a progress bar animation, executes the automation script and then does a 'window.history.back()' to reload the previous page.
What I want to do is when I click on the link, I want to stay on the current page but load my page and animation as an "semi-transparent overlay'.
To be clear, the content in the current browser window could be any page (that I cant control the content on). I can control the content in the link I am loading.
Thanks