Hello,
Here is the situation:
My application requires a single browser window. I want users to be able to open the user guide via a link on the site menu, and keep that second browser window open when they are using the application so they can quickly reference it. However, there are two other window.open functions already, and when you open one, then open the other, the second occupies the window of the first one. The third one does the same thing. In other words I can't seem to open more than one window at a time. How can I allow the user to have a total of three windows open at once? One is the app, two is the user guide, and three is either of the current window.open functions.
Any help appreciated! Thanks much!