I am opening a popup after main window load.
Problem:
When user actually click on link the popup opens without complaining anything. But when I am using Javascript call to click on href, I am getting popup blocker.
I am suspecting that, browser identifies that, popup is opening without any actual operation by user and that's why it is blocking popup.
In herf, I am calling a javascript method to open the popup. I searched all the questions regarding opening popup and simulating the click like this, these works fine to simulate the click but still getting popup blocker. Is there any workaround to fool browser?