|
Posted by Mc21 on 11/13/06 10:02
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:
----------------------------------------------------------------------------
------
<FRAMESET ROWS="70,*">
<FRAME SRC=jv_2i1b.html NAME="banner">
<FRAMESET COLS="150,*">
<FRAME SRC=jv_2i1a.html NAME="nav">
<FRAME SRC=jv_2i1c.html NAME="display">
</FRAMESET>
</FRAMESET>
</HTML>
<HTML>
<TITLE>Load Two in One (Frames)</TITLE>
<HEAD>
<SCRIPT>
<!--
function twoinone(nr){
if (nr==1){
parent.banner.location.href="jv_2i1c.html"
parent.display.location.href="jv_2i1b.html"
}
if (nr==2){
parent.banner.location.href="jv_2i1b.html"
parent.display.location.href="jv_2i1c.html"
}
}
//-->
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
Click one of the links!<br>
<A HREF="JavaScript:twoinone(1)">Link 1</A><BR>
<A HREF="JavaScript:twoinone(2)">Link 2</A>
</BODY>
</HTML>
----------------------------------------------------------------------------
------
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 :-(
******************************************************************
"Nico Schuyt" <nschuyt@hotmail.com> wrote in message
news:45579392$0$64793$dbd43001@news.euronet.nl...
> 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
>
> --
> Nico Schuyt
> http://www.nicoschuyt.nl/
>
>
Navigation:
[Reply to this message]
|