# getURL target issue

**URL:** https://forum.kirupa.com/t/geturl-target-issue/43444
**Category:** flash
**Created:** [February 22, 2004, 5:51pm UTC](https://forum.kirupa.com/t/geturl-target-issue/43444 "2004-02-22T17:51:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![pspecial](https://avatars.discourse-cdn.com/v4/letter/p/3e96dc/32.png) [@pspecial](https://forum.kirupa.com/u/pspecial)
#### Post date: [February 22, 2004, 5:51pm UTC](https://forum.kirupa.com/t/geturl-target-issue/43444/1 "2004-02-22T17:51:46Z")

</div>

Cant crack this one, I hope someone can offer some assistance.

I have a Flash movie with a movie clip that uses getURL() method to link to another web site that should open in a new window. I’m using the following code:

\_root.reel\_mc.cell1.onPress = function() {  
getURL(“[http://www.kaonlunasun.com](http://www.kaonlunasun.com)”, \_blank);  
}

When I test it though, the linked web page winds up opening in the same window as the site. I thought that was what “\_blank” was supposed to designate.

What am I doing wrong?

Here’s the actual site:  
[http://www.special8.com](http://www.special8.com)

Go to “Portfolio” section and click on any link.
