<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>HTML noresize 属性示例</title> </head> <frameset cols="33%, 33%, 34%"> <frame src="http://www.dreamdu.com/xhtml/" noresize="noresize"> <frameset rows="40%, 50%"> <frame src="http://www.dreamdu.com/css/" noresize="noresize"> <frame src="http://www.dreamdu.com/javascript/" noresize="noresize"> </frameset> <frame src="http://www.dreamdu.com/webbuild/" noresize="noresize"> </frameset> <frameset rows="30%,400,*,2*"> </frameset> </html>