# URL Linking

**URL:** https://forum.kirupa.com/t/url-linking/119921
**Category:** Uncategorized
**Created:** [August 19, 2004, 4:58am UTC](https://forum.kirupa.com/t/url-linking/119921 "2004-08-19T04:58:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Vargus](https://avatars.discourse-cdn.com/v4/letter/v/bb73d2/32.png) [@Vargus](https://forum.kirupa.com/u/Vargus)
#### Post date: [August 19, 2004, 4:58am UTC](https://forum.kirupa.com/t/url-linking/119921/1 "2004-08-19T04:58:42Z")

</div>

How do you make it so that when you click on a button named “hyperlink” it goes to a certain url?

---

<div class="post-metadata">

### Author: ![wizard](https://avatars.discourse-cdn.com/v4/letter/w/a87d85/32.png) [@wizard](https://forum.kirupa.com/u/wizard)
#### Post date: [August 19, 2004, 5:01am UTC](https://forum.kirupa.com/t/url-linking/119921/2 "2004-08-19T05:01:30Z")

</div>

Select your button and then open the Actions panel (F9). Insert this:[AS]on (release) {  
getURL(“[http://www.siteName.com](http://www.siteName.com)”,"\_self");  
}[/AS]

---

<div class="post-metadata">

### Author: ![Vargus](https://avatars.discourse-cdn.com/v4/letter/v/bb73d2/32.png) [@Vargus](https://forum.kirupa.com/u/Vargus)
#### Post date: [August 19, 2004, 5:02am UTC](https://forum.kirupa.com/t/url-linking/119921/3 "2004-08-19T05:02:31Z")

</div>

> [@wizard](#):
>
> Select your button and then open the Actions panel (F9). Insert this:[AS]on (release) {  
> getURL(“[http://www.siteName.com](http://www.siteName.com)”,“\_self”);  
> }[/AS]

thanks and i cant wait for halo 2 either 🙂

---

<div class="post-metadata">

### Author: ![wizard](https://avatars.discourse-cdn.com/v4/letter/w/a87d85/32.png) [@wizard](https://forum.kirupa.com/u/wizard)
#### Post date: [August 19, 2004, 5:04am UTC](https://forum.kirupa.com/t/url-linking/119921/4 "2004-08-19T05:04:59Z")

</div>

> [@Vargus](#):
>
> …i cant wait for halo 2 either 🙂

:thumb:

And you’re welcome. :}
