<?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: Backwards compatible window.postMessage()</title>
	<atom:link href="http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/</link>
	<description>a blog about building stuff on the web</description>
	<lastBuildDate>Mon, 09 Jan 2012 18:55:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/comment-page-1/#comment-4603</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Mon, 09 Jan 2012 18:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=619#comment-4603</guid>
		<description>you&#039;re welcome </description>
		<content:encoded><![CDATA[<p>you&#039;re welcome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faeb187</title>
		<link>http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/comment-page-1/#comment-4602</link>
		<dc:creator>faeb187</dc:creator>
		<pubDate>Mon, 09 Jan 2012 18:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=619#comment-4602</guid>
		<description>you saved my day!! great script! thx a lot! </description>
		<content:encoded><![CDATA[<p>you saved my day!! great script! thx a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Von Fange</title>
		<link>http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/comment-page-1/#comment-4588</link>
		<dc:creator>Daniel Von Fange</dc:creator>
		<pubDate>Wed, 28 Dec 2011 13:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=619#comment-4588</guid>
		<description>Looks like Twitter and Disqus both use the easyxdm library - &lt;a href=&quot;http://easyxdm.net/&quot; rel=&quot;nofollow&quot;&gt;http://easyxdm.net/&lt;/a&gt; 
 
(I was needing to do this, and google sent me to your site first! Small world...) </description>
		<content:encoded><![CDATA[<p>Looks like Twitter and Disqus both use the easyxdm library &#8211; <a href="http://easyxdm.net/" rel="nofollow">http://easyxdm.net/</a> </p>
<p>(I was needing to do this, and google sent me to your site first! Small world&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/comment-page-1/#comment-4420</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Wed, 30 Nov 2011 14:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=619#comment-4420</guid>
		<description>Hope so too. I have a workaround now (which has nothing to do with the script, but makes me not have to use it in these cases). thx anyway for this great share and for the quick reply! </description>
		<content:encoded><![CDATA[<p>Hope so too. I have a workaround now (which has nothing to do with the script, but makes me not have to use it in these cases). thx anyway for this great share and for the quick reply!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/comment-page-1/#comment-4415</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Wed, 30 Nov 2011 10:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=619#comment-4415</guid>
		<description>I&#039;ve had multiple reports of issues w/ those 2 browsers (see the comments above).  Hopefully I&#039;ll find the time to dig into this more soon.   </description>
		<content:encoded><![CDATA[<p>I&#039;ve had multiple reports of issues w/ those 2 browsers (see the comments above).  Hopefully I&#039;ll find the time to dig into this more soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/comment-page-1/#comment-4414</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Wed, 30 Nov 2011 10:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=619#comment-4414</guid>
		<description>Your script does not seem to work when running IE8 or 7. Hoped your script would give a solution as I was having trouble with this earlyer myself.. 
 
In my own case It seems like when trying to access the parentwindow by doing parent.window.postMessage &gt; IE8 will throw an access denied error which I can catch and act upon appropriately. However when trying to send a message to the child window inside an iframe by using document.getElementById(&quot;myIframe&quot;).contentWindow.postMessage &gt; this will throw no error, though nothing will hapen neither so I am left with an unhandled scenario. Didn&#039;t go indepth with your script but a quick test of your demo shows that showing the message from within the iframe works as with my own scenario and the message from the main page to the iframe does not work. 
 
 </description>
		<content:encoded><![CDATA[<p>Your script does not seem to work when running IE8 or 7. Hoped your script would give a solution as I was having trouble with this earlyer myself.. </p>
<p>In my own case It seems like when trying to access the parentwindow by doing parent.window.postMessage &gt; IE8 will throw an access denied error which I can catch and act upon appropriately. However when trying to send a message to the child window inside an iframe by using document.getElementById(&quot;myIframe&quot;).contentWindow.postMessage &gt; this will throw no error, though nothing will hapen neither so I am left with an unhandled scenario. Didn&#039;t go indepth with your script but a quick test of your demo shows that showing the message from within the iframe works as with my own scenario and the message from the main page to the iframe does not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roelof</title>
		<link>http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/comment-page-1/#comment-3108</link>
		<dc:creator>Roelof</dc:creator>
		<pubDate>Wed, 08 Jun 2011 14:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=619#comment-3108</guid>
		<description>Hi, 
 
I was stuck with IE8 issues on your script. It turned out that IE empties window.location.hash somewhere before it&#039;s read. I solved it with a server-side solution.  
Thanks for the script. Nice. 
 </description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I was stuck with IE8 issues on your script. It turned out that IE empties window.location.hash somewhere before it&#039;s read. I solved it with a server-side solution.<br />
Thanks for the script. Nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/comment-page-1/#comment-3089</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Sat, 14 May 2011 18:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=619#comment-3089</guid>
		<description>I&#039;ve had a few people complain about IE8 issues.  I&#039;ll make a note to dig into it when i get a free moment.  If you beat me to the solution, let me know.  I want to get this figured out. </description>
		<content:encoded><![CDATA[<p>I&#039;ve had a few people complain about IE8 issues.  I&#039;ll make a note to dig into it when i get a free moment.  If you beat me to the solution, let me know.  I want to get this figured out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey</title>
		<link>http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/comment-page-1/#comment-3086</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Sat, 14 May 2011 06:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=619#comment-3086</guid>
		<description>Hi Josh, 
 
I&#039;m getting &quot;Invalid argument&quot; on this line: 
 
target[&#039;postMessage&#039;](message, target_url.replace( /([^:]+://[^/]+).*/, &#039;$1&#039;)); 
 
when I am trying to send message from an iframe to parent window (IE8). </description>
		<content:encoded><![CDATA[<p>Hi Josh, </p>
<p>I&#039;m getting &quot;Invalid argument&quot; on this line: </p>
<p>target[&#039;postMessage&#039;](message, target_url.replace( /([^:]+://[^/]+).*/, &#039;$1&#039;)); </p>
<p>when I am trying to send message from an iframe to parent window (IE8).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trung</title>
		<link>http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/comment-page-1/#comment-3031</link>
		<dc:creator>Trung</dc:creator>
		<pubDate>Fri, 18 Mar 2011 02:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=619#comment-3031</guid>
		<description>Hi Josh. 
 
You did an amazing work. Base on your article I have solved my problem that I asked above. But I tested again your barebones example  &lt;a href=&quot;http://(http://onlineaspect.com/uploads/postmessage/parent.html)&quot; rel=&quot;nofollow&quot;&gt;(http://onlineaspect.com/uploads/postmessage/parent.html)&lt;/a&gt; on IE8, it always appear an like me! 
 
Please help! 
Trung </description>
		<content:encoded><![CDATA[<p>Hi Josh. </p>
<p>You did an amazing work. Base on your article I have solved my problem that I asked above. But I tested again your barebones example  <a href="http://(http://onlineaspect.com/uploads/postmessage/parent.html)" rel="nofollow">(</a><a href="http://onlineaspect.com/uploads/postmessage/parent.html" rel="nofollow">http://onlineaspect.com/uploads/postmessage/parent.html</a>) on IE8, it always appear an like me! </p>
<p>Please help!<br />
Trung</p>
]]></content:encoded>
	</item>
</channel>
</rss>

