/    Sign up×
Community /Pin to ProfileBookmark

Frames within Frames – HELP!!!!

Hi – I’ve got a web site with 3 frames (named ‘top’, ‘leftcentre’ &’ bottom’) – fairly self explanatory where they go but Top contains a graphic menubar which is present all the time and leftcentre is a skinny little frame just for cosmetic spacing. All site content is directed to the frame ‘bottom’.
What I want to do is to open an html file into the frame ‘bottom’ which itself is split into two frames, the top containing a dynamic menu bar which displays the contents of other html files (onMouseover) into the lower frame. I’ve got it all to work fine except I can’t seem to crack the bit about opening up two more frames within the original frame ‘bottom’. So far, all I can get it to do is open a brand new window (nearly there but not quite what I’m after!!) as I want all of the original frames (well, ‘Top’ and ‘Leftcenter’ with the two new frames within ‘Bottom’) to reamin on display.

Can anyone please help?

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@Khalid_AliJul 01.2003 — this should do ...

<!-- frames -->

<frameset cols="14%,*">

<frame name="" src="" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">

<frameset rows="19%,*
">

<frame name="" src="" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">

<frameset rows="50%,*">

<frame name="" src="" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">

<frame name="" src="" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">

</frameset>

</frameset>

</frameset>
Copy linkTweet thisAlerts:
@JonathanJul 01.2003 — You can also do an iframe

[URL=http://www.htmlhelp.com/reference/html40/special/iframe.html]Click here[/URL] for more information.
×

Success!

Help @Tulsa_Shuffle spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...