<!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 三列的框架示例</title> </head> <frameset cols="1*,250,3*"> <frame src="http://www.dreamdu.com/xhtml/"> <frame src="http://www.dreamdu.com/javascript"> <frame src="http://www.dreamdu.com/css/"> </frameset> </html>