# getURL to intranet link

**URL:** https://forum.kirupa.com/t/geturl-to-intranet-link/236018
**Category:** flash
**Created:** [August 16, 2007, 3:01pm UTC](https://forum.kirupa.com/t/geturl-to-intranet-link/236018 "2007-08-16T15:01:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Digitalosophy](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/digitalosophy/32/1114_2.png) [@Digitalosophy](https://forum.kirupa.com/u/Digitalosophy)
#### Post date: [August 16, 2007, 3:01pm UTC](https://forum.kirupa.com/t/geturl-to-intranet-link/236018/1 "2007-08-16T15:01:05Z")

</div>

We did a Flash presentation for a client and at the end of the presentation we trigger a getURL command that is supposed to take them to their intranet.

The client is saying “it isn’t working”, what that means I’m not sure. So I sent her the same link in an email and said click this and tell me what happens. She said “it worked”.

So my question is what could be causing this.

```auto

getURL("http://clientsite.com/page.asp","_blank");

```

Could it have anything to do with  
A. The \_blank target  
B. Something to do with their servers that they aren’t allowing people in from an “outside” link.

I’m stuck with this because it worked from the email.
