Frame Resize
By default frame windows are resizable. If you don't want the frame to be resizable, you can use noresize attribute of the frame.
Example:
<Frameset rows="50%,50%">
<Frame src="frame1src.html" noresize>
<Frame src="frame2src.html" noresize>
</Frameset>
Deprecated : FRAME & FRAMESET tags are not supported in HTML5 ,
better to avoid.
Use
<iframe> instead.
← HTML
This article is written by plus2net.com team.
plus2net.com