G
Guest
Hi
I am using IE 6 to browse a site that I am developing. The first
page of the site is a frameset as follows:
<FRAMESET rows="50,*" border="0">
<FRAME name="topframe" id="topframe" src="./Head.html" marginwidth="0"
marginheight="0" frameborder=0 scrolling="no">
<FRAME name="left" src="Login/loginscreen.jsp" marginwidth="0"
marginheight="0"
frameborder=0>
</FRAMESET>
So the first screen is loginscreen.jsp which shows a login page.
After I login, the bottom frame called "left" is replaced by another
frameset page:
<FRAMESET rows="19,*" border="0">
<FRAME name="mnuframe" src="./menubar.jsp" marginwidth=0
" marginheight="0" frameborder=0 scrolling="no">
<FRAME name="mainFrame" src="Landing/index.jsp" marginwidth="0"
marginheight="0"
frameborder="0">
</FRAMESET>
Now when I click on the refresh button in the toolbar, IE shows the
original page (within the login page) effectively logging me out,
whereas the expected behaviour would be to stay at the same
page.
Any ideas will be appreciated.
Thanks,
Debnath
I am using IE 6 to browse a site that I am developing. The first
page of the site is a frameset as follows:
<FRAMESET rows="50,*" border="0">
<FRAME name="topframe" id="topframe" src="./Head.html" marginwidth="0"
marginheight="0" frameborder=0 scrolling="no">
<FRAME name="left" src="Login/loginscreen.jsp" marginwidth="0"
marginheight="0"
frameborder=0>
</FRAMESET>
So the first screen is loginscreen.jsp which shows a login page.
After I login, the bottom frame called "left" is replaced by another
frameset page:
<FRAMESET rows="19,*" border="0">
<FRAME name="mnuframe" src="./menubar.jsp" marginwidth=0
" marginheight="0" frameborder=0 scrolling="no">
<FRAME name="mainFrame" src="Landing/index.jsp" marginwidth="0"
marginheight="0"
frameborder="0">
</FRAMESET>
Now when I click on the refresh button in the toolbar, IE shows the
original page (within the login page) effectively logging me out,
whereas the expected behaviour would be to stay at the same
page.
Any ideas will be appreciated.
Thanks,
Debnath