Window.Open POST
You cannot trigger a javascript popup and then force a post request. Three options: Trigger a POST form with target=”_blank” using javascript (but this doesn’t allow you to disable interface elements such as the menu bar). Open a popup locally, but don’t specify a url. Use the result of window.open to alter the document to … Read more