javascript - In my application Popup blocked is coming when I am using targent as_blank -


target="_blank" not working in application , here fiddlejsfiddle. works fine here , when using in application popup blocked alert coming.

i believe on purpose, built-in protection browser. browser let website fire off many .click()'s want, see how potential malicious website attempt open hundreds of tabs , throw user's browser frenzy. browsers protect user non-user-initiated window/tab opens.

note: browsers may behave differently, , user settings potentially alter behavior. there's no guarantee.

if remove target, navigate them away 1 page, work.

nice circle animation btw!


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -