首页 > 代码库 > 如何使框架(Frame)大小无法改变

如何使框架(Frame)大小无法改变

<html>

<frameset rows="50%,50%">
<frame noresize="noresize" src="http://www.mamicode.com/a.html">
<frame noresize="noresize" src="http://www.mamicode.com/b.html">
</frameset>
</frameset>

</html>