# getURL question

**URL:** https://forum.kirupa.com/t/geturl-question/65768
**Category:** flash
**Created:** [September 29, 2004, 1:21pm UTC](https://forum.kirupa.com/t/geturl-question/65768 "2004-09-29T13:21:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![head\_amp\_shoulders](https://avatars.discourse-cdn.com/v4/letter/h/9fc348/32.png) [@head\_amp\_shoulders](https://forum.kirupa.com/u/head_amp_shoulders)
#### Post date: [September 29, 2004, 1:21pm UTC](https://forum.kirupa.com/t/geturl-question/65768/1 "2004-09-29T13:21:01Z")

</div>

i’ve created a webpage which consist of a top frame which i placed my banner and navigation link so that it remains the same through out the time and a bottom frame so that it’ll display the content each time i click on a link. so now my question is how do i set the flash button on the top frame so that when i click on it it’ll display the content at the bottom frame? thanks in advance!!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 29, 2004, 2:43pm UTC](https://forum.kirupa.com/t/geturl-question/65768/2 "2004-09-29T14:43:21Z")

</div>

getURL(“[http://www.yourlink.com](http://www.yourlink.com)”, “\_targetframe”)

Change “\_targetframe” to the frame you are wanting to load into.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 29, 2004, 2:50pm UTC](https://forum.kirupa.com/t/geturl-question/65768/3 "2004-09-29T14:50:04Z")

</div>

lets say the frame is called “bottomframe.htm” so i rename the \_targetframe into \_bottomframe.htm?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 29, 2004, 3:06pm UTC](https://forum.kirupa.com/t/geturl-question/65768/4 "2004-09-29T15:06:38Z")

</div>

dop! finally i got it working now! here’s the code that i used…

on (release) {  
getURL(“buyers.html”, “main”);  
}

thanks a lot people! free cyber head&shoulders shampoo for everyone! 😃
