# Problem with linking to a \<iframe\>

**URL:** https://forum.kirupa.com/t/problem-with-linking-to-a-iframe/134170
**Category:** Uncategorized
**Created:** [January 15, 2005, 3:17pm UTC](https://forum.kirupa.com/t/problem-with-linking-to-a-iframe/134170 "2005-01-15T15:17:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Bigge](https://avatars.discourse-cdn.com/v4/letter/b/c89c15/32.png) [@Bigge](https://forum.kirupa.com/u/Bigge)
#### Post date: [January 15, 2005, 3:17pm UTC](https://forum.kirupa.com/t/problem-with-linking-to-a-iframe/134170/1 "2005-01-15T15:17:39Z")

</div>

Okay in my site only the menu is in flash, the rest is in HTML. In my html i’ve made the interface thats not changing. Only the iframe must change when you click on a link in the menu (flash).

the code that i’ve used in my menu for linking:

```auto
  on (press)
{
 getURL("clubrecords.htm");
}

```

but that code change the hole page, how do you do that it only change the iframe???
