<?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: Cross Sub Domain Javascript (Ajax, Iframe, etc)</title>
	<atom:link href="http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/</link>
	<description>The online home of Tom Hoppe. Mountain Bike and Car racer, Web Developer, Beer drinker, photographer among other things. Also on facebook.com/trhoppe.</description>
	<lastBuildDate>Tue, 14 May 2013 18:29:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Daniel</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-1617</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 12 Jan 2012 21:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-1617</guid>
		<description>@RTDP
Downgrading from subdomain to fqdn works still in Chrome. It&#039;s switching subdomains / domains that does not work:

&gt; document.domain
&quot;www.bing.com&quot;
&gt; document.domain = &#039;bing.com&#039;
&quot;bing.com&quot;
&gt; document.domain = &#039;fff.bing.com&#039;
Error: SECURITY_ERR: DOM Exception 18

In other words, you can change it only one way - simplify (strip subs). Adding / changing into child subs no worky.</description>
		<content:encoded><![CDATA[<p>@RTDP<br />
Downgrading from subdomain to fqdn works still in Chrome. It&#8217;s switching subdomains / domains that does not work:</p>
<p>&gt; document.domain<br />
&#8220;www.bing.com&#8221;<br />
&gt; document.domain = &#8216;bing.com&#8217;<br />
&#8220;bing.com&#8221;<br />
&gt; document.domain = &#8216;fff.bing.com&#8217;<br />
Error: SECURITY_ERR: DOM Exception 18</p>
<p>In other words, you can change it only one way &#8211; simplify (strip subs). Adding / changing into child subs no worky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rtdp</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-1610</link>
		<dc:creator>rtdp</dc:creator>
		<pubDate>Mon, 12 Dec 2011 16:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-1610</guid>
		<description>i got this error in chrome 

Uncaught Error: SECURITY_ERR: DOM Exception 18

this was on line, where i did document.domain = &#039;mydomain.com&#039;</description>
		<content:encoded><![CDATA[<p>i got this error in chrome </p>
<p>Uncaught Error: SECURITY_ERR: DOM Exception 18</p>
<p>this was on line, where i did document.domain = &#8216;mydomain.com&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tips</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-1608</link>
		<dc:creator>tips</dc:creator>
		<pubDate>Wed, 30 Nov 2011 22:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-1608</guid>
		<description>&lt;strong&gt;tips...&lt;/strong&gt;

[...]Cross Sub Domain Javascript (Ajax, Iframe, etc) &#171; Tom Hoppe[...]...</description>
		<content:encoded><![CDATA[<p><strong>tips&#8230;</strong></p>
<p>[...]Cross Sub Domain Javascript (Ajax, Iframe, etc) &laquo; Tom Hoppe[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henze</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-1606</link>
		<dc:creator>Henze</dc:creator>
		<pubDate>Sat, 26 Nov 2011 23:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-1606</guid>
		<description>New idea: if you want cross subdomain (www.domain.com and sub.domain.com) and you are working on apache. things can get a lot easier. if a subdomain actually is a subdirectory in public_html (sub.domain.com = www.domain.com/sub/. so if you have ajax.domain.com/?request=subject...you can do something like this: www.domain.com/ajax/?request=subject

works like a charm for me, and no stupid hacks, proxies or difficult things to do for just a few Ajax</description>
		<content:encoded><![CDATA[<p>New idea: if you want cross subdomain (www.domain.com and sub.domain.com) and you are working on apache. things can get a lot easier. if a subdomain actually is a subdirectory in public_html (sub.domain.com = <a href="http://www.domain.com/sub/" rel="nofollow">http://www.domain.com/sub/</a>. so if you have ajax.domain.com/?request=subject&#8230;you can do something like this: <a href="http://www.domain.com/ajax/?request=subject" rel="nofollow">http://www.domain.com/ajax/?request=subject</a></p>
<p>works like a charm for me, and no stupid hacks, proxies or difficult things to do for just a few Ajax</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Son</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-1593</link>
		<dc:creator>Joe Son</dc:creator>
		<pubDate>Mon, 03 Oct 2011 21:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-1593</guid>
		<description>What a great work around. I&#039;ve been banging my head trying to figure out why this was failing.
Sub-domain can&#039;t be different. ARGH!!! 

this workaround seems to do the trick. THX!</description>
		<content:encoded><![CDATA[<p>What a great work around. I&#8217;ve been banging my head trying to figure out why this was failing.<br />
Sub-domain can&#8217;t be different. ARGH!!! </p>
<p>this workaround seems to do the trick. THX!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-1407</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 02 Feb 2011 23:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-1407</guid>
		<description>This SAVED ME. Thanks!</description>
		<content:encoded><![CDATA[<p>This SAVED ME. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quipssoommums</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-1311</link>
		<dc:creator>Quipssoommums</dc:creator>
		<pubDate>Fri, 12 Mar 2010 18:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-1311</guid>
		<description>Hi. You have a lot of useful information! It has long been looking for. Develop your project.
-----
My thoughts &lt;a href=&quot;http://abybouq.co.tv/?r=www.tomhoppe.com&quot; rel=&quot;nofollow&quot;&gt;unsere Blog&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi. You have a lot of useful information! It has long been looking for. Develop your project.<br />
&#8212;&#8211;<br />
My thoughts <a href="http://abybouq.co.tv/?r=www.tomhoppe.com" rel="nofollow">unsere Blog</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tramadol</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-1307</link>
		<dc:creator>tramadol</dc:creator>
		<pubDate>Wed, 10 Feb 2010 05:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-1307</guid>
		<description>Hello!
&lt;a href=&quot;http://viprasys.ir/showthread.php?p=58514#post58514&quot; rel=&quot;nofollow&quot;&gt;tramadol&lt;/a&gt; , &lt;a href=&quot;http://posterous.com/people/3tk57CPYyJ0t&quot; rel=&quot;nofollow&quot;&gt;viagra&lt;/a&gt; , &lt;a href=&quot;http://posterous.com/people/3tk57CPOlak9&quot; rel=&quot;nofollow&quot;&gt;cialis&lt;/a&gt; , &lt;a href=&quot;http://viprasys.ir/showthread.php?p=58512#post58512&quot; rel=&quot;nofollow&quot;&gt;phentermine&lt;/a&gt; , &lt;a href=&quot;http://www.zonap2p.com/member.php?u=19079&quot; rel=&quot;nofollow&quot;&gt;tramadol&lt;/a&gt; ,</description>
		<content:encoded><![CDATA[<p>Hello!<br />
<a href="http://viprasys.ir/showthread.php?p=58514#post58514" rel="nofollow">tramadol</a> , <a href="http://posterous.com/people/3tk57CPYyJ0t" rel="nofollow">viagra</a> , <a href="http://posterous.com/people/3tk57CPOlak9" rel="nofollow">cialis</a> , <a href="http://viprasys.ir/showthread.php?p=58512#post58512" rel="nofollow">phentermine</a> , <a href="http://www.zonap2p.com/member.php?u=19079" rel="nofollow">tramadol</a> ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: generic_viagra</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-1304</link>
		<dc:creator>generic_viagra</dc:creator>
		<pubDate>Tue, 26 Jan 2010 08:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-1304</guid>
		<description>Hello!
&lt;a href=&quot;http://vfwpost9981.org/viagra.html&quot; rel=&quot;nofollow&quot;&gt;generic viagra&lt;/a&gt; , &lt;a href=&quot;http://gracechurchplanting.com/&quot; rel=&quot;nofollow&quot;&gt;viagra&lt;/a&gt; , &lt;a href=&quot;http://vfwpost9981.org/&quot; rel=&quot;nofollow&quot;&gt;cialis&lt;/a&gt; , &lt;a href=&quot;http://gracechurchplanting.com/cialis.html&quot; rel=&quot;nofollow&quot;&gt;cialis&lt;/a&gt; , &lt;a href=&quot;http://theridersshoppe.com/&quot; rel=&quot;nofollow&quot;&gt;cialis&lt;/a&gt; ,</description>
		<content:encoded><![CDATA[<p>Hello!<br />
<a href="http://vfwpost9981.org/viagra.html" rel="nofollow">generic viagra</a> , <a href="http://gracechurchplanting.com/" rel="nofollow">viagra</a> , <a href="http://vfwpost9981.org/" rel="nofollow">cialis</a> , <a href="http://gracechurchplanting.com/cialis.html" rel="nofollow">cialis</a> , <a href="http://theridersshoppe.com/" rel="nofollow">cialis</a> ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dysfunction</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-1269</link>
		<dc:creator>dysfunction</dc:creator>
		<pubDate>Thu, 31 Dec 2009 11:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-1269</guid>
		<description>Hello!
&lt;a href=&quot;http://scjohnson.ca/forums/members/Cheap-Cialis-Offers-489/default.aspx&quot; rel=&quot;nofollow&quot;&gt;cialis dysfunction erectile levitra viagra&lt;/a&gt; , &lt;a href=&quot;http://scjohnson.ca/forums/members/Cheap-Tramadol-Offers-477/default.aspx&quot; rel=&quot;nofollow&quot;&gt;tramadol veterinarian medicine&lt;/a&gt; , &lt;a href=&quot;http://scjohnson.ca/forums/members/Cheap-Tramadol-Offers-366/default.aspx&quot; rel=&quot;nofollow&quot;&gt;tramadol ud&lt;/a&gt; , &lt;a href=&quot;http://scjohnson.ca/forums/members/Cheap-Viagra-Offers-383/default.aspx&quot; rel=&quot;nofollow&quot;&gt;viagra packungsbeilage&lt;/a&gt; , &lt;a href=&quot;http://scjohnson.ca/forums/members/Cheap-Tramadol-Offers-532/default.aspx&quot; rel=&quot;nofollow&quot;&gt;canine tramadol correct dosage&lt;/a&gt; ,</description>
		<content:encoded><![CDATA[<p>Hello!<br />
<a href="http://scjohnson.ca/forums/members/Cheap-Cialis-Offers-489/default.aspx" rel="nofollow">cialis dysfunction erectile levitra viagra</a> , <a href="http://scjohnson.ca/forums/members/Cheap-Tramadol-Offers-477/default.aspx" rel="nofollow">tramadol veterinarian medicine</a> , <a href="http://scjohnson.ca/forums/members/Cheap-Tramadol-Offers-366/default.aspx" rel="nofollow">tramadol ud</a> , <a href="http://scjohnson.ca/forums/members/Cheap-Viagra-Offers-383/default.aspx" rel="nofollow">viagra packungsbeilage</a> , <a href="http://scjohnson.ca/forums/members/Cheap-Tramadol-Offers-532/default.aspx" rel="nofollow">canine tramadol correct dosage</a> ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sp</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-1251</link>
		<dc:creator>sp</dc:creator>
		<pubDate>Tue, 29 Dec 2009 05:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-1251</guid>
		<description>Hello!
&lt;a href=&quot;http://scjohnson.ca/forums/members/Cheap-Cialis-Offers-706/default.aspx&quot; rel=&quot;nofollow&quot;&gt;coles sp cialis es priv es&lt;/a&gt; , &lt;a href=&quot;http://scjohnson.ca/forums/members/Cheap-Cialis-Offers-756/default.aspx&quot; rel=&quot;nofollow&quot;&gt;erectile dysfunction drugs tadalafil cialis icos&lt;/a&gt; , &lt;a href=&quot;http://scjohnson.ca/forums/members/Cheap-Phentermine-Offers-19/default.aspx&quot; rel=&quot;nofollow&quot;&gt;phentermine no prescription free consultation&lt;/a&gt; , &lt;a href=&quot;http://scjohnson.ca/forums/members/Cheap-Tramadol-Offers-477/default.aspx&quot; rel=&quot;nofollow&quot;&gt;tramadol and money order&lt;/a&gt; , &lt;a href=&quot;http://scjohnson.ca/forums/members/Cheap-Tramadol-Offers-714/default.aspx&quot; rel=&quot;nofollow&quot;&gt;tramadol discontinuation&lt;/a&gt; ,</description>
		<content:encoded><![CDATA[<p>Hello!<br />
<a href="http://scjohnson.ca/forums/members/Cheap-Cialis-Offers-706/default.aspx" rel="nofollow">coles sp cialis es priv es</a> , <a href="http://scjohnson.ca/forums/members/Cheap-Cialis-Offers-756/default.aspx" rel="nofollow">erectile dysfunction drugs tadalafil cialis icos</a> , <a href="http://scjohnson.ca/forums/members/Cheap-Phentermine-Offers-19/default.aspx" rel="nofollow">phentermine no prescription free consultation</a> , <a href="http://scjohnson.ca/forums/members/Cheap-Tramadol-Offers-477/default.aspx" rel="nofollow">tramadol and money order</a> , <a href="http://scjohnson.ca/forums/members/Cheap-Tramadol-Offers-714/default.aspx" rel="nofollow">tramadol discontinuation</a> ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pharme602</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-1057</link>
		<dc:creator>Pharme602</dc:creator>
		<pubDate>Sat, 28 Nov 2009 03:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-1057</guid>
		<description>Very nice site! cheap cialis http://oixapey.com/rqavts/4.html</description>
		<content:encoded><![CDATA[<p>Very nice site! cheap cialis <a href="http://oixapey.com/rqavts/4.html" rel="nofollow">http://oixapey.com/rqavts/4.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tartifletteman</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-911</link>
		<dc:creator>Tartifletteman</dc:creator>
		<pubDate>Tue, 12 May 2009 09:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-911</guid>
		<description>Sorry about the double post, need to format this stuff :

-domain.com
__&#124;-search
__&#124;-dev
____&#124;-subdomain1
____&#124;-subdomain2

(_ = space)</description>
		<content:encoded><![CDATA[<p>Sorry about the double post, need to format this stuff :</p>
<p>-domain.com<br />
__|-search<br />
__|-dev<br />
____|-subdomain1<br />
____|-subdomain2</p>
<p>(_ = space)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tartifletteman</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-910</link>
		<dc:creator>Tartifletteman</dc:creator>
		<pubDate>Tue, 12 May 2009 09:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-910</guid>
		<description>Hi !
Great stuff... But I have a problem.
It is working well with a page under subdomain1.dev.domain.com containing an iframe with a page under subdomain2.dev.domain.com.
It does not work (or I don&#039;t know how to make it work) with a page under subdomain1.dev.domain.com containing an iframe with a page under search.domain.com.

I think there is a domain problem :

-domain.com
  &#124;-search
  &#124;-dev
    &#124;-subdomain1
    &#124;-subdomain2

And pages under subdomain1 will never be able to access to pages under search...

If you have any idea...</description>
		<content:encoded><![CDATA[<p>Hi !<br />
Great stuff&#8230; But I have a problem.<br />
It is working well with a page under subdomain1.dev.domain.com containing an iframe with a page under subdomain2.dev.domain.com.<br />
It does not work (or I don&#8217;t know how to make it work) with a page under subdomain1.dev.domain.com containing an iframe with a page under search.domain.com.</p>
<p>I think there is a domain problem :</p>
<p>-domain.com<br />
  |-search<br />
  |-dev<br />
    |-subdomain1<br />
    |-subdomain2</p>
<p>And pages under subdomain1 will never be able to access to pages under search&#8230;</p>
<p>If you have any idea&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: np</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-906</link>
		<dc:creator>np</dc:creator>
		<pubDate>Mon, 04 May 2009 23:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-906</guid>
		<description>really great post.....but if you can tell more abt security in this design...thanks</description>
		<content:encoded><![CDATA[<p>really great post&#8230;..but if you can tell more abt security in this design&#8230;thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-893</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 26 Mar 2009 18:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-893</guid>
		<description>I just setup test.tomhoppe.com and posted an easy example from it. Brian, I emailed you a snippet as well.</description>
		<content:encoded><![CDATA[<p>I just setup test.tomhoppe.com and posted an easy example from it. Brian, I emailed you a snippet as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-892</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Thu, 26 Mar 2009 17:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-892</guid>
		<description>can anyone post a simple &quot;hello world&quot; AJAX working example? I am having trouble...</description>
		<content:encoded><![CDATA[<p>can anyone post a simple &#8220;hello world&#8221; AJAX working example? I am having trouble&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikosan</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-25</link>
		<dc:creator>mikosan</dc:creator>
		<pubDate>Fri, 23 Jan 2009 07:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-25</guid>
		<description>Hi,&lt;br/&gt;&lt;br/&gt;after a couple of hours of try/fail maddness I would like to ask for more details / implementation example &lt;br/&gt;&lt;br/&gt;thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>after a couple of hours of try/fail maddness I would like to ask for more details / implementation example </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Nacu</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-15</link>
		<dc:creator>Greg Nacu</dc:creator>
		<pubDate>Thu, 16 Oct 2008 15:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-15</guid>
		<description>Oops!  Okay, I&#039;m wrong.  It DOES work! And work it does!  Holy Crap.  What a great solution.  It works in Safari 3, and FireFox 3, but it is critically important that you set document.domain in both DOM&#039;s that you want to have talking to each other. &lt;br/&gt;&lt;br/&gt;What I was trying was the first DOM was src&#039;d at blah.site.com and the iframe was at subdomain.blah.site.com, and I was only setting document.domain in the DOM of the iframe to try to match the src&#039;d URL of the main page.  This does not work.  Even though the main page is src&#039;d at blah.site.com you still have to explicitly set document.domain=&#039;blah.site.com&#039; or it won&#039;t work.&lt;br/&gt;&lt;br/&gt;Yay! &lt;br/&gt;&lt;br/&gt;Greg.</description>
		<content:encoded><![CDATA[<p>Oops!  Okay, I&#8217;m wrong.  It DOES work! And work it does!  Holy Crap.  What a great solution.  It works in Safari 3, and FireFox 3, but it is critically important that you set document.domain in both DOM&#8217;s that you want to have talking to each other. </p>
<p>What I was trying was the first DOM was src&#8217;d at blah.site.com and the iframe was at subdomain.blah.site.com, and I was only setting document.domain in the DOM of the iframe to try to match the src&#8217;d URL of the main page.  This does not work.  Even though the main page is src&#8217;d at blah.site.com you still have to explicitly set document.domain=&#8217;blah.site.com&#8217; or it won&#8217;t work.</p>
<p>Yay! </p>
<p>Greg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Nacu</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/comment-page-1/#comment-14</link>
		<dc:creator>Greg Nacu</dc:creator>
		<pubDate>Thu, 16 Oct 2008 14:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/cross-sub-domain-javascript-ajax-iframe-etc/#comment-14</guid>
		<description>The problem is that it _doesn&#039;t_ work.  At least, it doesn&#039;t work in Safari.  I haven&#039;t tested in FireFox yet, but I&#039;m not confident.  &lt;br/&gt;&lt;br/&gt;If this only works in IE, then I think it was important that this is mentioned.&lt;br/&gt;&lt;br/&gt;Greg.</description>
		<content:encoded><![CDATA[<p>The problem is that it _doesn&#8217;t_ work.  At least, it doesn&#8217;t work in Safari.  I haven&#8217;t tested in FireFox yet, but I&#8217;m not confident.  </p>
<p>If this only works in IE, then I think it was important that this is mentioned.</p>
<p>Greg.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
