For below frameset, even though everything looks fine, scrollbars and resizing is still possible which I don't want to be.
------------------------------
<frameset rows="10,90" border="0" noResize="true" scrolling="no" >
<frame src="menu.html">
<frame src="timesheet.asp" name="showframe">
</frameset>
------------------------------
Please help me out..
Thanks in advance.
|