# Didn't know where to ask this, but

**URL:** https://forum.kirupa.com/t/didnt-know-where-to-ask-this-but/9801
**Category:** Uncategorized
**Created:** [December 18, 2002, 9:47pm UTC](https://forum.kirupa.com/t/didnt-know-where-to-ask-this-but/9801 "2002-12-18T21:47:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![KBX](https://avatars.discourse-cdn.com/v4/letter/k/9fc348/32.png) [@KBX](https://forum.kirupa.com/u/KBX)
#### Post date: [December 18, 2002, 9:47pm UTC](https://forum.kirupa.com/t/didnt-know-where-to-ask-this-but/9801/1 "2002-12-18T21:47:31Z")

</div>

I’ve got a bit of trouble with floating frames, and I hoped I could get some help here. This has nothing to do with Flash.

I’ve got a site up, but I can’t get different .html documents to load in a floating frame like I can with standard frames. (I.e., the various sections of the site, like news, links, etc.). So, the site remains incomplete until I can do this.

Feel free to check it out [here](http://www.whoisean.com/frames.html) to get an idea of what I’m talking about.

Thanks for any help, as it is appreciated.:goatee:

---

<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: [December 19, 2002, 1:56pm UTC](https://forum.kirupa.com/t/didnt-know-where-to-ask-this-but/9801/2 "2002-12-19T13:56:15Z")

</div>

ok, what i think you are asking for is to take the links (not active, but the the text at the top) and when you click them it goes to that i frame (or floating frame) :q:

if so, all you gotta do is target your links to that frame so your frame name is ‘main’ so this is the code

```php
<a href="yourlinkhere.html" target="main">what youw anna say</a>

```

That’s what I think your trying to say, and if not lemme know.+

:crazy:

---

<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: [December 19, 2002, 9:04pm UTC](https://forum.kirupa.com/t/didnt-know-where-to-ask-this-but/9801/3 "2002-12-19T21:04:58Z")

</div>

Yeah, I tried that; no luck.

However, I figured a way around it. Not exactly as subtle as I wanted, but it’ll work.

Thanks anyway, chief. 🙂
