Pop Up window opens and closes immediately
In local PC , a pop-up window opens and displays its content.
The same pop-up window opens and immediately closes in a deployment server. Even its page load doesnt gets called in deployment server.
Through javascript , we open-up the pop-up window.(like window.open('','',''))
Reason?
Any alternate Solution?