<?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: Resize IFRAME Based on Content &#8211; Cross Domain</title>
	<atom:link href="http://www.fitchett.me/index.php/development/javascript/resize-iframe-based-on-content-cross-domain/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fitchett.me/index.php/development/javascript/resize-iframe-based-on-content-cross-domain/</link>
	<description>Giving back to the community!</description>
	<lastBuildDate>Fri, 13 May 2011 10:35:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Peter</title>
		<link>http://www.fitchett.me/index.php/development/javascript/resize-iframe-based-on-content-cross-domain/comment-page-1/#comment-1111</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 13 May 2011 10:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fitchett.me/?p=150#comment-1111</guid>
		<description>I have used your info and others and have found a mint solution and explained allot of things. Check my post on SO
http://stackoverflow.com/q/5908676/706363</description>
		<content:encoded><![CDATA[<p>I have used your info and others and have found a mint solution and explained allot of things. Check my post on SO<br />
<a href="http://stackoverflow.com/q/5908676/706363" rel="nofollow">http://stackoverflow.com/q/5908676/706363</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.fitchett.me/index.php/development/javascript/resize-iframe-based-on-content-cross-domain/comment-page-1/#comment-41</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 17 Dec 2009 08:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fitchett.me/?p=150#comment-41</guid>
		<description>Doesn&#039;t seem like this will work on anything except cross sub-domains. You could accomplish the same thing by just setting document.domain of the iframes on subdomains to be the main domain, then browsers will let you communicate between.

You only have access to the cookies on your domain. And the inner iframe is setting a cookie for &quot;yourdomain&quot; while the outer page is trying to access the cookie by the same name for its domain and not finding anything, which is why its coming back as empty for anyone that tries it on 2 different actual domains.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t seem like this will work on anything except cross sub-domains. You could accomplish the same thing by just setting document.domain of the iframes on subdomains to be the main domain, then browsers will let you communicate between.</p>
<p>You only have access to the cookies on your domain. And the inner iframe is setting a cookie for &#8220;yourdomain&#8221; while the outer page is trying to access the cookie by the same name for its domain and not finding anything, which is why its coming back as empty for anyone that tries it on 2 different actual domains.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Durai</title>
		<link>http://www.fitchett.me/index.php/development/javascript/resize-iframe-based-on-content-cross-domain/comment-page-1/#comment-38</link>
		<dc:creator>Durai</dc:creator>
		<pubDate>Fri, 06 Nov 2009 04:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.fitchett.me/?p=150#comment-38</guid>
		<description>I am getting empty value from cookie.

alert (ca) =&gt; Doesn&#039;t give height and all..

Please share your thought on this</description>
		<content:encoded><![CDATA[<p>I am getting empty value from cookie.</p>
<p>alert (ca) =&gt; Doesn&#8217;t give height and all..</p>
<p>Please share your thought on this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lorenzo</title>
		<link>http://www.fitchett.me/index.php/development/javascript/resize-iframe-based-on-content-cross-domain/comment-page-1/#comment-21</link>
		<dc:creator>lorenzo</dc:creator>
		<pubDate>Wed, 15 Jul 2009 19:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.fitchett.me/?p=150#comment-21</guid>
		<description>this line is throwing a syntax error and I tried it anyway to no avail.

 readCookie(name) {
	var nameEQ = name + &quot;=&quot;;</description>
		<content:encoded><![CDATA[<p>this line is throwing a syntax error and I tried it anyway to no avail.</p>
<p> readCookie(name) {<br />
	var nameEQ = name + &quot;=&quot;;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

