<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>前端之路 &#187; iframe</title>
	<atom:link href="http://www.simcn.com/tag/iframe/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simcn.com</link>
	<description>网站开发, 前端开发, 高性能前端开发</description>
	<lastBuildDate>Tue, 27 Mar 2012 04:26:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>用于解决iframe自适应高度</title>
		<link>http://www.simcn.com/iframe-auto-height</link>
		<comments>http://www.simcn.com/iframe-auto-height#comments</comments>
		<pubDate>Thu, 18 Jun 2009 08:43:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[默认分类]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[height]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.simcn.com/2009/06/%e7%94%a8%e4%ba%8e%e8%a7%a3%e5%86%b3iframe%e8%87%aa%e9%80%82%e5%ba%94%e9%ab%98%e5%ba%a6/</guid>
		<description><![CDATA[function reinitIframe(){ var iframe = document.getElementById("frame_content"); try{ var bHeight = iframe.contentWindow.document.body.scrollHeight; var dHeight = iframe.contentWindow.document.documentElement.scrollHeight; var height = Math.max(bHeight, dHeight); iframe.height = height; }catch (ex){} } window.setInterval("reinitIframe()", 1000); 在新浪站上看到的不错，收藏下. 目前我们自己常用的 调用页面. 被调用页面 window.onload = function(){ var height = Math.max(document.body.scrollHeight, document.documentElement.scrollHeight); parent.call_frame(height) }]]></description>
		<wfw:commentRss>http://www.simcn.com/iframe-auto-height/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>动态给ifram添加内容,兼容ie和FF</title>
		<link>http://www.simcn.com/%e5%8a%a8%e6%80%81%e7%bb%99ifram%e6%b7%bb%e5%8a%a0%e5%86%85%e5%ae%b9%e5%85%bc%e5%ae%b9ie%e5%92%8cff</link>
		<comments>http://www.simcn.com/%e5%8a%a8%e6%80%81%e7%bb%99ifram%e6%b7%bb%e5%8a%a0%e5%86%85%e5%ae%b9%e5%85%bc%e5%ae%b9ie%e5%92%8cff#comments</comments>
		<pubDate>Fri, 12 Dec 2008 01:42:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[前端技术]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.simcn.com/?p=110</guid>
		<description><![CDATA[第一次知道,还可以这样写 &#60;iframe width=&#8217;100%&#8217; height=&#8217;100%&#8217; name=&#8217;boot&#8217; id=&#8217;boot&#8217; src=” frameborder=&#8217;0&#8242; scrolling=&#8217;no&#8217;&#62;&#60;/iframe&#62; &#60;SCRIPT   LANGUAGE=”JavaScript”&#62;   &#60;!&#8211;   var iframe = window.frames['boot']; iframe.document.open(); iframe.document.write(&#8216;&#60;!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&#62;\n&#8217;); iframe.document.write(&#8216;&#60;html xmlns=”http://www.w3.org/1999/xhtml”&#62;\n&#8217;); iframe.document.write(&#8216;&#60;head&#62;\n&#8217;); iframe.document.write(&#8216;&#60;meta http-equiv=”Content-Type” content=”text/html; charset=gb2312&#8243; /&#62;\n&#8217;); iframe.document.write(&#8216;&#60;/head&#62;\n&#8217;); iframe.document.write(&#8216;&#60;body&#62;\n&#8217;); iframe.document.write(&#8216;请等待&#8230;&#8217;); iframe.document.write(&#8216;&#60;/body&#62;\n&#8217;); iframe.document.write(&#8216;&#60;/html&#62;\n&#8217;); iframe.document.close(); //&#8211;&#62;   &#60;/SCRIPT&#62;]]></description>
		<wfw:commentRss>http://www.simcn.com/%e5%8a%a8%e6%80%81%e7%bb%99ifram%e6%b7%bb%e5%8a%a0%e5%86%85%e5%ae%b9%e5%85%bc%e5%ae%b9ie%e5%92%8cff/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

