That makes two of us my friend. I really appreciate your effort to help me on this though. 🙂
I basically resolved this by creating an href="javascript:history.back()" button at the beginning and end of the Privacy Policy page. I don't like it but for the time it will have to do.
Update: I changed it to: <a class="btn" href="#" onclick="javascript:window.close();opener.window.focus();">Close</a>
and let it open in a new tab and then I close the tab using the above button. That brings us back to the point we were before we click on the link. It should do for now.