<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: automatically resize iframe height depending on content</title>
	<atom:link href="http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/</link>
	<description>automating your e-commerce</description>
	<lastBuildDate>Tue, 22 Dec 2009 20:54:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mup</title>
		<link>http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/comment-page-1/#comment-8948</link>
		<dc:creator>Mup</dc:creator>
		<pubDate>Mon, 16 Nov 2009 21:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/#comment-8948</guid>
		<description>What&#039;s the use of making code public if you don&#039;t explain the usage? When and where is this called exactly? Page onload? Iframe onload? Where?

You&#039;re missing a closing script tag BTW.</description>
		<content:encoded><![CDATA[<p>What&#8217;s the use of making code public if you don&#8217;t explain the usage? When and where is this called exactly? Page onload? Iframe onload? Where?</p>
<p>You&#8217;re missing a closing script tag BTW.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/comment-page-1/#comment-536</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Sat, 04 Oct 2008 21:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/#comment-536</guid>
		<description>i was wondering if you could assist me in making this work for me...i am using dolphin 6.1.4 and have phpbb3 forums....and i have managed to get them to appear inside the site using iframe but i cant seem to get it to auto height....here is my site if u need to look at it....

http://truegamerspace.com</description>
		<content:encoded><![CDATA[<p>i was wondering if you could assist me in making this work for me&#8230;i am using dolphin 6.1.4 and have phpbb3 forums&#8230;.and i have managed to get them to appear inside the site using iframe but i cant seem to get it to auto height&#8230;.here is my site if u need to look at it&#8230;.</p>
<p><a href="http://truegamerspace.com" rel="nofollow">http://truegamerspace.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias Jacobsson</title>
		<link>http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/comment-page-1/#comment-204</link>
		<dc:creator>Mattias Jacobsson</dc:creator>
		<pubDate>Mon, 09 Jun 2008 08:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/#comment-204</guid>
		<description>How do I set the height and widt? My code:


function iFrameHeight() {
if(document.getElementById &amp;&amp; !(document.all)) {
h = document.getElementById(&#039;main&#039;).contentDocument.body.scrollHeight;
document.getElementById(&#039;main&#039;).style.height = h + 100;
}
else if(document.all) {
h = document.frames(&#039;main&#039;).document.body.scrollHeight;
document.all.main.style.height = h + 100;
}
}
</description>
		<content:encoded><![CDATA[<p>How do I set the height and widt? My code:</p>
<p>function iFrameHeight() {<br />
if(document.getElementById &amp;&amp; !(document.all)) {<br />
h = document.getElementById(&#8216;main&#8217;).contentDocument.body.scrollHeight;<br />
document.getElementById(&#8216;main&#8217;).style.height = h + 100;<br />
}<br />
else if(document.all) {<br />
h = document.frames(&#8216;main&#8217;).document.body.scrollHeight;<br />
document.all.main.style.height = h + 100;<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aRo`</title>
		<link>http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/comment-page-1/#comment-130</link>
		<dc:creator>aRo`</dc:creator>
		<pubDate>Sun, 17 Feb 2008 12:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/#comment-130</guid>
		<description>You should put this code in the main page.

If you need some help, just let me know!</description>
		<content:encoded><![CDATA[<p>You should put this code in the main page.</p>
<p>If you need some help, just let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hadi</title>
		<link>http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/comment-page-1/#comment-129</link>
		<dc:creator>hadi</dc:creator>
		<pubDate>Sat, 16 Feb 2008 12:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/#comment-129</guid>
		<description>please explain it, where should i put it? in mail page or in frame content page?</description>
		<content:encoded><![CDATA[<p>please explain it, where should i put it? in mail page or in frame content page?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
