Is there a way to open a new window when the previous is closed?
I have a website and user clicks a button, I show him a popup. And when he leaves the popup ( clicking on close button ) I want to open another window.
Is there a way to open a new window when the previous is closed?
I have a website and user clicks a button, I show him a popup. And when he leaves the popup ( clicking on close button ) I want to open another window.
You need to trigger the onclick function on your close button to open a new window.