window.open not working when attached on onload ev

2019-01-29 11:37发布

问题:

This question already has an answer here:

  • window.open not working when attached on onload event in chrome and safari 2 answers

I want to open a new window on onload if a particular condition is satisfied works fine in all others but window is not opening in Chrome and Safari would somebody please find a way to do this

Duplicate: window.open not working when attached on onload event in chrome and safari

回答1:

Both Safari and Chrome does by default block popups opened on load. You may turn off popup-blocking in the preferences, or you could try going with a modal window.