# \[AS3\] navigateToURL and firefox pop-up blocker problem

**URL:** https://forum.kirupa.com/t/as3-navigatetourl-and-firefox-pop-up-blocker-problem/217955
**Category:** flash
**Created:** [March 3, 2007, 12:52pm UTC](https://forum.kirupa.com/t/as3-navigatetourl-and-firefox-pop-up-blocker-problem/217955 "2007-03-03T12:52:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Knorcedger](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/knorcedger/32/1244_2.png) [@Knorcedger](https://forum.kirupa.com/u/Knorcedger)
#### Post date: [March 3, 2007, 12:52pm UTC](https://forum.kirupa.com/t/as3-navigatetourl-and-firefox-pop-up-blocker-problem/217955/1 "2007-03-03T12:52:32Z")

</div>

Hi, im using this code

```auto
navigateToURL(new URLRequest("http://www.knorcedger.com/"), "_blank");

```

and i use firefox, which blocks flash from opening a new tab. I read around internet, and i find out that it may be possible to make it work with javascript.

Can someone write an example on how to do it with javascript, or any other possible way?
