HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Nested Frame Help
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
lopt



Joined: 03 May 2005
Posts: 1

PostPosted: Tue May 03, 2005 8:55 am     Nested Frame Help Reply with quote

I'm having some problems with nested frames and was looking for a bit of help or insight.

This is what I got. A nested frame (file2) inside botbar of frame (file1).
A better look:

|--------------------|
| topbar |
| |
|--------------------|
| botbar |
| |---------------| |
| | bugmedbar | |
| | | |
| |---------------| |
| | bugbotbar | |
| | | |
| | | |
| |---------------| |
| |
|--------------------|


The topbar is a menu frame, and it displays the content in botbar. In some of the menu's I have to break into more frames. So I call a frame file inside a frame.

Problem: Now my problem is, I have a link in bugmedbar, and when I click it I wish to have the content displayed in bugbotbar. But when I use target="bugbotbar" the content jumps into "botbar" which kills my frames.

How do I fix this?




========================

Code for better idea:

Outter Frames -
FILE1:

<FRAMESET rows="100, *">

<FRAME src="topbar.php" name="topbar" scrolling="no" noresize>

<FRAME src="main.php" name="botbar">

</FRAMESET>




Inner Frames -
FILE2:

<FRAMESET rows="*, 200">

<FRAME src="buglist.php" name="bugmedbar">

<FRAME src="buginfo.php" name="bugbotbar">

</FRAMESET>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial