M
Mr. x
Hello,
I declared my html page with frameset.
Height of total page is more then 600 pixels,
so in screen of 800x600 I cannot scroll.
I don't want to scroll just one frame - but I want to scroll the whole page.
I did something like this :
<frameset cols = "*,776,*" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame SCROLLING="NO" NORESIZE />
<frameset rows = "129,*" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame src = "table1.html" SCROLLING="NO" NORESIZE/>
<frameset cols = "*,180" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame src = "table2.html" SCROLLING="NO" NORESIZE />
<frame src = "table3.html" SCROLLING="NO" NORESIZE />
</frameset>
</frameset>
<frame />
</frameset>
Thanks
I declared my html page with frameset.
Height of total page is more then 600 pixels,
so in screen of 800x600 I cannot scroll.
I don't want to scroll just one frame - but I want to scroll the whole page.
I did something like this :
<frameset cols = "*,776,*" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame SCROLLING="NO" NORESIZE />
<frameset rows = "129,*" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame src = "table1.html" SCROLLING="NO" NORESIZE/>
<frameset cols = "*,180" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame src = "table2.html" SCROLLING="NO" NORESIZE />
<frame src = "table3.html" SCROLLING="NO" NORESIZE />
</frameset>
</frameset>
<frame />
</frameset>
Thanks