Hi,
I have a top.jsp with:

<frameset rows="90, *" BORDER="0">

<frame SRC="<%= response.encodeURL("menu.jsp") %>" id="menu" border="0"
frameborder="0" framespacing="0" noresize scrolling="no" name="menu">

<frame SRC="<%= response.encodeURL("main.jsp") %>" border=0 frameborder=0
framespacing=0 noresize id="main" name="main">

<noframes></noframes>

</frameset>

Inside main.jsp, there is a link to miapp.jsp, so I can go to it.

The problem is that when I reload the browser (F5), instead of loading
miapp.jsp, it loads main.jsp.

This situation happens in IE 5, but in NS 6 no.

Does someone know how to solve it? Is it a browser configuration?

Thank you very much,
Andres.


Reply via email to