# Prevent pop-up blockers

**URL:** https://forum.kirupa.com/t/prevent-pop-up-blockers/219437
**Category:** flash
**Created:** [March 16, 2007, 2:12pm UTC](https://forum.kirupa.com/t/prevent-pop-up-blockers/219437 "2007-03-16T14:12:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![marito](https://avatars.discourse-cdn.com/v4/letter/m/aeb1de/32.png) [@marito](https://forum.kirupa.com/u/marito)
#### Post date: [March 16, 2007, 2:12pm UTC](https://forum.kirupa.com/t/prevent-pop-up-blockers/219437/1 "2007-03-16T14:12:00Z")

</div>

Hi people!

I have a question concerning pop up blockers. Would I somehow be able to create something in flash, and when clicked the link opens in a new window (\_blank) however, as I have it right now, some pop up blockers are preventing the new window to open. So, would I able to implement something into the code to prevent this from happening? I would really appreciate ya’ll answers!

butt.onPress = function() {  
getURL(“LINK”, “\_blank”); }

thanks  
.M
