<?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: jQuery: iFrame find elements</title>
	<atom:link href="http://www.bitsandpix.com/entry/jquery-iframe-find-elements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bitsandpix.com/entry/jquery-iframe-find-elements/</link>
	<description>No Buzz, just Code, Design, and Sys-Admin stuff.</description>
	<pubDate>Mon, 06 Feb 2012 07:25:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: charly</title>
		<link>http://www.bitsandpix.com/entry/jquery-iframe-find-elements/#comment-7127</link>
		<dc:creator>charly</dc:creator>
		<pubDate>Thu, 04 Feb 2010 19:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=647#comment-7127</guid>
		<description>the ONLY dependency whether you can access the content of an iframe or not, is the same origin policy.

Whenever the content of the parent and (i)frame is loaded from a host with the same hostname then you are OK, if you have the ability to set the document.domain property in the documents loaded. 

Caveat: they have to be set in BOTH documents, i.e. NOT only the iframe content.

Then you can easily access content on www.example.com from whatever.example.com and vice versa.

(in this example you'd have to set:

  document.domain = "example.com";


in BOTH, the accessing and the accessed document)</description>
		<content:encoded><![CDATA[<p>the ONLY dependency whether you can access the content of an iframe or not, is the same origin policy.</p>
<p>Whenever the content of the parent and (i)frame is loaded from a host with the same hostname then you are OK, if you have the ability to set the document.domain property in the documents loaded. </p>
<p>Caveat: they have to be set in BOTH documents, i.e. NOT only the iframe content.</p>
<p>Then you can easily access content on <a href="http://www.example.com">http://www.example.com</a> from whatever.example.com and vice versa.</p>
<p>(in this example you&#8217;d have to set:</p>
<p>  document.domain = &#8220;example.com&#8221;;</p>
<p>in BOTH, the accessing and the accessed document)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremychone</title>
		<link>http://www.bitsandpix.com/entry/jquery-iframe-find-elements/#comment-6942</link>
		<dc:creator>jeremychone</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=647#comment-6942</guid>
		<description>@videolar If the iFrame is from the same server, then the above solution should work. Otherwise, you are kind of doomed.</description>
		<content:encoded><![CDATA[<p>@videolar If the iFrame is from the same server, then the above solution should work. Otherwise, you are kind of doomed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: videolar</title>
		<link>http://www.bitsandpix.com/entry/jquery-iframe-find-elements/#comment-6625</link>
		<dc:creator>videolar</dc:creator>
		<pubDate>Wed, 20 Jan 2010 22:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=647#comment-6625</guid>
		<description>how can i access the value inside iframe help me please</description>
		<content:encoded><![CDATA[<p>how can i access the value inside iframe help me please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://www.bitsandpix.com/entry/jquery-iframe-find-elements/#comment-2914</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Wed, 16 Sep 2009 10:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsandpix.com/?p=647#comment-2914</guid>
		<description>Nice post on how to access content in IFrame in Jquery here.
http://praveenbattula.blogspot.com/2009/09/access-iframe-content-using-jquery.html</description>
		<content:encoded><![CDATA[<p>Nice post on how to access content in IFrame in Jquery here.<br />
<a href="http://praveenbattula.blogspot.com/2009/09/access-iframe-content-using-jquery.html">http://praveenbattula.blogspot.com/2009/09/access-iframe-content-using-jquery.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

