다음과 같습니다.
<frameset ……> <frame……略> </frameset> <noframes><body> </body> </noframes></html>。 还是应该这样?<frameset cols="25%,*"> <frame src="menu.htm" scrolling="no" name="Left"> <frame src="page1.htm" scrolling="auto" name="Main"> <noframes> <body> <p>对不起,您的浏览器不支持“帧”!</p> </body> </noframes> </frameset>
Frame페이지에는
태그가 필요하지 않으며,