Posted by Nico Schuyt on 11/13/06 10:51
Mc21 wrote:
> "Nico Schuyt" <nschuyt@hotmail.com> wrote in message
>> Mc21 wrote:
>>> I have one upper menu bar with link "leftMenu".
>>> How to load left and middle frame in the same time ?
>>> Both frames have different content ( on the left side you can fine
>>> menu and in the middle there are some photos )!
>>> [snip]
>>> So what i have to do ?
>> Search Google for: Loading+two+frames+on+one+click+on+the+link
> I have found some examples but there is a small problem....
> I have made the frameset before and if i use the examples like this
> one:
> [snip code]
> i get frames loaded im my upper menu ( where i have navigation
> buttons ). Instead to load themselfs in other left and middle frames
> (of my original frameset) they load themselfs in navigation frame.
> So you can find three splited frames in my navigation frame :-(
First of all read http://www.html-faq.com/etiquette/?toppost
No need for javascript. Create a page with two frames and load that page in
the frame you want with <a target="<frame name>" href="xxx.htm">
Better: dump the frames.
To include a menu on every page:
http://allmyfaqs.net/faq.pl?Include_one_file_in_another
Use CSS to create a left, middle and right box.
--
Nico Schuyt
http://www.nicoschuyt.nl/
[Back to original message]
|