By curiosity, your outer frameset definition uses "89,100%,25", is
this really correct ? Shouldn't it be "89,*,25" ?
> -----Message d'origine-----
> De : suneesh vr [mailto:suneeshvr@h...]
> Envoy=C3=A9 : vendredi 27 d=C3=A9cembre 2002 17:21
> =C3=80 : javascript
> Objet : [javascript] Frame problem
>
>
>
>
>
> Hi
> I am using frames as below
>
> <frameset framespacing=3D"0" border=3D"0" rows=3D"89,100%,25"
> frameborder=3D"0">
>
> <frame name=3D"top" scrolling=3D"no" noresize src=3D"top.jsp">
>
> <frameset framespacing=3D"0" border=3D"0" cols=3D"150,*"
> frameborder=3D"0">
>
> <frame name=3D"left" src=3D"leftmenu.jsp?type=3D<%=3D
> request.getParameter("type")%>" scrolling=3D"no">
>
> <frame name=3D"right" src=3D"<%=3Dfwdurl%>" scrolling=3D"auto">
>
> </frameset>
>
> <frame name=3D"bottom" scrolling=3D"no" noresize src=3D"bottom.jsp">
>
> <noframes>
>
> <body>
>
> <p>This page uses frames, but your browser doesn't
> support them.</p>
>
> </body>
>
> </noframes>
>
> </frameset>
>
> <noframes>
>
> <body>
>
> <p>This page uses frames, but your browser doesn't
> support them.</p>
>
> </body>
>
> </noframes>
>
> </frameset>
>
> I am using a javascript drop down menu in the top.jsp ,which
> is in the top
> frame.My problem is that the menu goes inside the first frame
> . Any one has
> any solution ?
>
> Thanks
> Suneesh