<!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 scrolling 属性示例</title> </head> <frameset cols="33%, 33%, 34%"> <frame src="http://www.dreamdu.com/xhtml/" scrolling="no"> <frameset rows="40%, 50%"> <frame src="http://www.dreamdu.com/css/" scrolling="no"> <frame src="http://www.dreamdu.com/javascript/" scrolling="no"> </frameset> <frame src="http://www.dreamdu.com/webbuild/" scrolling="no"> </frameset> <frameset rows="30%,400,*,2*"> </frameset> </html>