<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[沧海一粟]]></title> 
<link>http://www.dzhope.com/index.php</link> 
<description><![CDATA[Web系统架构与服务器运维,php开发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[沧海一粟]]></copyright>
<item>
<link>http://www.dzhope.com/post//</link>
<title><![CDATA[HTML元素 - frameset]]></title> 
<author>jed &lt;jed521@163.com&gt;</author>
<category><![CDATA[代码编程]]></category>
<pubDate>Wed, 25 Oct 2006 05:15:30 +0000</pubDate> 
<guid>http://www.dzhope.com/post//</guid> 
<description>
<![CDATA[ 
	定义<br/>表示一个框架集，用于组织多个框架和嵌套框架集。<br/><br/>Specifies a frameset, which is used to organize multiple frames and nested framesets.<br/><br/>注释<br/>FRAMESET 元素是 FRAME 元素的容器。HTML 文档可包含 FRAMESET 元素或 BODY 元素，但不能同时包含两者。<br/><br/>此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用，在 Internet Explorer 4.0 及以上版本的脚本中可用。<br/><br/>此元素是一个内嵌元素。<br/><br/>此元素需要关闭标签。<br/><br/>The FRAMESET element is a container for the FRAME element. An HTML document can contain either the FRAMESET element or the BODY element, but not both.<br/><br/>This element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.<br/><br/>This element is an inline element.<br/><br/>This element requires a closing tag.<br/><br/>示例代码<br/><div class="code"><br/>&lt;html&gt;<br/>&lt;frameset cols=&quot;25%,50%,25%&quot;&gt;<br/> &nbsp;&lt;frame src=&quot;http://www.blabla.cn/asdocs/html_tutorials/Frame_a.html&quot;&gt;<br/> &nbsp;&lt;frame src=&quot;http://www.blabla.cn/asdocs/html_tutorials/Frame_b.html&quot;&gt;<br/> &nbsp;&lt;frame src=&quot;http://www.blabla.cn/asdocs/html_tutorials/Frame_c.html&quot;&gt;<br/>&lt;/frameset&gt;<br/>&lt;/html&gt;<br/></div>
]]>
</description>
</item><item>
<link>http://www.dzhope.com/post//#blogcomment</link>
<title><![CDATA[[评论] HTML元素 - frameset]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.dzhope.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>