I have a client whose asked me to develop a page for his internal intranet / knowledgebase.
So we have
Page 1: which has links to a second page (or multiple second pages)
When the user clicks on the link on page 1 a new window opens (page 2). Page 2 actually loads page 1 again and page 1 is refreshed and loads the knowledge base article - effectively a pop-under. Where the knowledge base article is loaded underneath the new page which has the contents of the original page (plus a modal to say the knowledgebase article is in a separate tab).
So far, I have a working solution BUT the guy wants me to make it work so that the new window's (page 2) back button works. At the moment page 2 is a new tab so has no history (but the users see it as the original page).
So the question is - is there any way to give the new tab some history so that when they click on the back button, it takes them to where they expected.
Hope this makes sense to someone