<?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: Use JQuery to adjust the iframe height</title>
	<atom:link href="http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html</link>
	<description>A web log for web work</description>
	<lastBuildDate>Sun, 29 Jan 2012 09:00:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sarah Bird</title>
		<link>http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html/comment-page-1#comment-1747</link>
		<dc:creator>Sarah Bird</dc:creator>
		<pubDate>Sun, 27 Nov 2011 14:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=145#comment-1747</guid>
		<description>Planning to use jquery-postmessage-plugin in my latest project http://www.surveyrobo.com/. I am hoping that I don&#039;t face any compatibility issues. Any tips for testing it? Thanks for sharing it though. Count me in your fans :)Waiting for your response.</description>
		<content:encoded><![CDATA[<p>Planning to use jquery-postmessage-plugin in my latest project <a href="http://www.surveyrobo.com/" rel="nofollow">http://www.surveyrobo.com/</a>. I am hoping that I don&#8217;t face any compatibility issues. Any tips for testing it? Thanks for sharing it though. Count me in your fans <img src='http://www.phinesolutions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Waiting for your response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlos</title>
		<link>http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html/comment-page-1#comment-1746</link>
		<dc:creator>carlos</dc:creator>
		<pubDate>Thu, 24 Nov 2011 19:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=145#comment-1746</guid>
		<description>Best solution with jquery in 2011:  http://digitalmemo.neobie.net/2011/04/14/auto-resize-iframe-content/</description>
		<content:encoded><![CDATA[<p>Best solution with jquery in 2011:  <a href="http://digitalmemo.neobie.net/2011/04/14/auto-resize-iframe-content/" rel="nofollow">http://digitalmemo.neobie.net/2011/04/14/auto-resize-iframe-content/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuan Bui</title>
		<link>http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html/comment-page-1#comment-1575</link>
		<dc:creator>Tuan Bui</dc:creator>
		<pubDate>Wed, 07 Sep 2011 14:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=145#comment-1575</guid>
		<description>we are using cross-site scripting jquery-postmessage-plugin in the embed iframe solution for our survey website http://www.mobosurvey.com and it works great.</description>
		<content:encoded><![CDATA[<p>we are using cross-site scripting jquery-postmessage-plugin in the embed iframe solution for our survey website <a href="http://www.mobosurvey.com" rel="nofollow">http://www.mobosurvey.com</a> and it works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dice</title>
		<link>http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html/comment-page-1#comment-1515</link>
		<dc:creator>dice</dc:creator>
		<pubDate>Mon, 28 Mar 2011 06:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=145#comment-1515</guid>
		<description>Someone please help me.
I m using one iframe contain 6 tabs with different forms having different heights(all this are in one file allform.php),And i dont want srollbar.Is it posible apply different heights to single iframe asper height?
Please Help me.</description>
		<content:encoded><![CDATA[<p>Someone please help me.<br />
I m using one iframe contain 6 tabs with different forms having different heights(all this are in one file allform.php),And i dont want srollbar.Is it posible apply different heights to single iframe asper height?<br />
Please Help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ericb</title>
		<link>http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html/comment-page-1#comment-1513</link>
		<dc:creator>Ericb</dc:creator>
		<pubDate>Wed, 16 Mar 2011 13:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=145#comment-1513</guid>
		<description>So, someone seems to have finally come with a cross-domain / cross-browser solution for dynamically resizing iframes.
(and generally secure cross-site scripting)
It involves a jquery plugin, jQuery postMessage, and a couple of functions to place
both on the parent page and the body of the called iframe.

details and plugin are here : 
http://benalman.com/projects/jquery-postmessage-plugin/

cross-site iframe example here :
http://benalman.com/code/projects/jquery-postmessage/examples/iframe/</description>
		<content:encoded><![CDATA[<p>So, someone seems to have finally come with a cross-domain / cross-browser solution for dynamically resizing iframes.<br />
(and generally secure cross-site scripting)<br />
It involves a jquery plugin, jQuery postMessage, and a couple of functions to place<br />
both on the parent page and the body of the called iframe.</p>
<p>details and plugin are here :<br />
<a href="http://benalman.com/projects/jquery-postmessage-plugin/" rel="nofollow">http://benalman.com/projects/jquery-postmessage-plugin/</a></p>
<p>cross-site iframe example here :<br />
<a href="http://benalman.com/code/projects/jquery-postmessage/examples/iframe/" rel="nofollow">http://benalman.com/code/projects/jquery-postmessage/examples/iframe/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html/comment-page-1#comment-1492</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Tue, 07 Dec 2010 10:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=145#comment-1492</guid>
		<description>Annie, by loading javascript from a different web server, you run the risk of cross domain issues, no?</description>
		<content:encoded><![CDATA[<p>Annie, by loading javascript from a different web server, you run the risk of cross domain issues, no?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kapil</title>
		<link>http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html/comment-page-1#comment-1480</link>
		<dc:creator>Kapil</dc:creator>
		<pubDate>Thu, 23 Sep 2010 22:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=145#comment-1480</guid>
		<description>Hi,

I am facing the issue in FF3.6.10, but it is working fine in IE.

Please can you suggest on this.

Thanks,
Kapil</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am facing the issue in FF3.6.10, but it is working fine in IE.</p>
<p>Please can you suggest on this.</p>
<p>Thanks,<br />
Kapil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annie</title>
		<link>http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html/comment-page-1#comment-1473</link>
		<dc:creator>annie</dc:creator>
		<pubDate>Fri, 10 Sep 2010 19:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=145#comment-1473</guid>
		<description>I like this code but it only seems to work if the parent doc and the iframe are hosted on the same web server. What if they are on different servers? Is it still possible?</description>
		<content:encoded><![CDATA[<p>I like this code but it only seems to work if the parent doc and the iframe are hosted on the same web server. What if they are on different servers? Is it still possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html/comment-page-1#comment-1468</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 23 Aug 2010 11:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=145#comment-1468</guid>
		<description>The IE problem seems to be because the value returned by $(document.body).height() isn&#039;t the actual height of the page in IE. Strip this part out and throw it into an alert in your child frame to see what I mean.

What seems to fix it for IE is adding an ID of the div content wrapper, which IE seems to be able to sort of measure (I say sort of, because it&#039;s also a few pixels out). 

So:

$(document.body).height()

becomes

$(&#039;#wrapperId&#039;, document.body).height()</description>
		<content:encoded><![CDATA[<p>The IE problem seems to be because the value returned by $(document.body).height() isn&#8217;t the actual height of the page in IE. Strip this part out and throw it into an alert in your child frame to see what I mean.</p>
<p>What seems to fix it for IE is adding an ID of the div content wrapper, which IE seems to be able to sort of measure (I say sort of, because it&#8217;s also a few pixels out). </p>
<p>So:</p>
<p>$(document.body).height()</p>
<p>becomes</p>
<p>$(&#8216;#wrapperId&#8217;, document.body).height()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 8degrees of vaughan rowsell &#187; Dynamically resize an iframe depending on it&#8217;s content</title>
		<link>http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html/comment-page-1#comment-1446</link>
		<dc:creator>8degrees of vaughan rowsell &#187; Dynamically resize an iframe depending on it&#8217;s content</dc:creator>
		<pubDate>Wed, 09 Jun 2010 01:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.phinesolutions.com/?p=145#comment-1446</guid>
		<description>[...] are serving up content in the iframe from the same domain as the parent page, then you can just use JavaScript to do [...]</description>
		<content:encoded><![CDATA[<p>[...] are serving up content in the iframe from the same domain as the parent page, then you can just use JavaScript to do [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

