Forum Moderators: open

Message Too Old, No Replies

Frames, Iframes, and more frames!

I need some help with this issue please!

         

taigon

11:17 pm on Sep 19, 2005 (gmt 0)



Ok, this is how it is,

I have lots of frames:P

I have a menu frame with links at the top
I have a main frame with a background image
I have a iframe called mainframe in the actual main frame.

I need the link that is clicked on the menubar to load into the iframe that is located in the main frame.
I thought maybe i could do
<a href="feedback.php" target="main.mainframe"></a>
but that doesn't work lol. I just need some help please.

me_wraith

5:21 am on Sep 20, 2005 (gmt 0)



taigon,

you can goto the w3c site at this address:

[w3.org...]

There it will give you a tutorial on frames, iframes and more frames.

me_wraith

tedster

5:46 am on Sep 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have you tried a simpler approach?

<a href="feedback.php" target="mainframe"></a>

kaled

9:32 am on Sep 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



html doesn't allow for this therefore you need to use javascript

top.MainFrame.MainIFrame.location.href = url;

I use both frames and I frames but even I am inclined to think your design is wrong.

Kaled.