<?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"
	>
<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>
	<pubDate>Fri, 21 Nov 2008 02:40:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Corey</title>
		<link>http://www.arolabs.com/javascript/automatically-resize-iframe-height-depending-on-content/#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-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 &#38;&#38; !(document.all)) {
h = document.getElementById('main').contentDocument.body.scrollHeight;
document.getElementById('main').style.height = h + 100;
}
else if(document.all) {
h = document.frames('main').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(&#8217;main&#8217;).contentDocument.body.scrollHeight;<br />
document.getElementById(&#8217;main&#8217;).style.height = h + 100;<br />
}<br />
else if(document.all) {<br />
h = document.frames(&#8217;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-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-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>
