# Really stupid \_getURL browser window question

**URL:** https://forum.kirupa.com/t/really-stupid--geturl-browser-window-question/73550
**Category:** Uncategorized
**Created:** [December 17, 2004, 4:02pm UTC](https://forum.kirupa.com/t/really-stupid--geturl-browser-window-question/73550 "2004-12-17T16:02:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![natronp](https://avatars.discourse-cdn.com/v4/letter/n/87869e/32.png) [@natronp](https://forum.kirupa.com/u/natronp)
#### Post date: [December 17, 2004, 4:02pm UTC](https://forum.kirupa.com/t/really-stupid--geturl-browser-window-question/73550/1 "2004-12-17T16:02:36Z")

</div>

okay, i’m running on about 3 hrs of sleep and my brain can’t figger this one out:

I have:

```auto
on (release) {getURL("http://www.havemangroup.com", _blank);}

```

which is opening the web link into the same browser window as my flash movie (unloading the flash).

in the past i’ve used this code plenty and it always opens a new browser window…

what gives??? it’s like it’s using \_self instead of \_blank…!!!

i know it’s an easy one… I just can’t think straight anymore!!
