How to keep a popup window open

We have a node js application where we open a popup window on button click with window.open(). The popup window opens and stays open in firefox. In edge browser the popup window opens and closes immediately. Is there a way to force the popup window stay open in any browser.

Any help would be greatly appreciated. Thanks.

You’ll need to show us your code so we can see what’s wrong. Where did you get the code from? Are you using popup code from online, or did you make it yourself?

Thanks for the reply. I am on vacation now and will be able to show the code in the second week of Jan.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.