2
Follows code:
JS:
function OnSuccess() {
var url = "/Controller/VisualizarBoleto/" + 00;
window.open(url, "WindowPopup", 'width=668,height=780');
}
The problem is not displaying popup, the browser is blocking.
I know you can unlock using the browser setting.
There is another way without going in the browser settings ?
Because a "rookie" who doesn’t know what’s going on with.(popup blocked) site, he’ll never know if it’s blocked. So I asked a question of how to prevent popup blocking.
I made a small example: http://jsfiddle.net/WQXXT/5171/
How can I avoid that ?
Here is funfando, you have to see if your browser is not blocked pop up in settings
– MagicHat
By browser setting works, there is no way without relying on browser config ?
– Matheus Miranda