I have a login page appears within a frameset. After logging in you are taken to a menu and from there can go to quite a large table which is bigger than the frame.
However, even though I have explicitly set scrolling=yes, scroll bars do not appear and the table runs off the edge of the screen. If I hit refresh the scrollbars appear and all is OK.
I don't have alot of experience with frames so I'm hoping there is a simple answer!
Here is my code for my controlling page. The frame in question is "test".
<html>
<frameset rows="111,1*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="/website/banner.html" marginwidth="0" marginheight="0" frameborder="NO" scrolling="NO" name="banner">
<frameset cols="200,1*" rows="*" frameborder="NO" border="0" framespacing="0">
<frame src="/website/nav.html" marginwidth="0" marginheight="0" frameborder="NO" scrolling="NO" name="nav">
<frame src="/support_test/login.asp" marginwidth="0" marginheight="0" frameborder="NO" scrolling="yes" name="test">
</frameset>
</frameset>
</html>
However, even though I have explicitly set scrolling=yes, scroll bars do not appear and the table runs off the edge of the screen. If I hit refresh the scrollbars appear and all is OK.
I don't have alot of experience with frames so I'm hoping there is a simple answer!
Here is my code for my controlling page. The frame in question is "test".
<html>
<frameset rows="111,1*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="/website/banner.html" marginwidth="0" marginheight="0" frameborder="NO" scrolling="NO" name="banner">
<frameset cols="200,1*" rows="*" frameborder="NO" border="0" framespacing="0">
<frame src="/website/nav.html" marginwidth="0" marginheight="0" frameborder="NO" scrolling="NO" name="nav">
<frame src="/support_test/login.asp" marginwidth="0" marginheight="0" frameborder="NO" scrolling="yes" name="test">
</frameset>
</frameset>
</html>