<?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: Insert HTML page into another HTML page</title>
	<atom:link href="http://aplus.rs/web-dev/insert-html-page-into-another-html-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://aplus.rs/web-dev/insert-html-page-into-another-html-page/</link>
	<description>aplus.rs</description>
	<lastBuildDate>Mon, 30 Jan 2012 18:38:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Slides using CSS (How does this work?) - SitePoint Forums</title>
		<link>http://aplus.rs/web-dev/insert-html-page-into-another-html-page/comment-page-2/#comment-198325</link>
		<dc:creator>Slides using CSS (How does this work?) - SitePoint Forums</dc:creator>
		<pubDate>Mon, 14 Mar 2011 17:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/web-dev/insert-html-page-into-another-html-page/#comment-198325</guid>
		<description>[...] is static - it doesn&#039;t change. To create a change on a page requires scripting of some sort.   The object element was supposed to allow external content to be loaded but proves rather awkward in practice and not [...]</description>
		<content:encoded><![CDATA[<p>[…] is static — it doesn’t change. To create a change on a page requires scripting of some sort.   The object element was supposed to allow external content to be loaded but proves rather awkward in practice and not […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corne</title>
		<link>http://aplus.rs/web-dev/insert-html-page-into-another-html-page/comment-page-2/#comment-197273</link>
		<dc:creator>Corne</dc:creator>
		<pubDate>Thu, 11 Nov 2010 11:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/web-dev/insert-html-page-into-another-html-page/#comment-197273</guid>
		<description>Thanks.  Great post. Straight to the point, and it WORKS!</description>
		<content:encoded><![CDATA[<p>Thanks.  Great post. Straight to the point, and it WORKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike foskett</title>
		<link>http://aplus.rs/web-dev/insert-html-page-into-another-html-page/comment-page-2/#comment-197255</link>
		<dc:creator>mike foskett</dc:creator>
		<pubDate>Tue, 28 Sep 2010 14:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/web-dev/insert-html-page-into-another-html-page/#comment-197255</guid>
		<description>I cannot get the IE version to work cross domains.
Any ideas?</description>
		<content:encoded><![CDATA[<p>I cannot get the IE version to work cross domains.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuno</title>
		<link>http://aplus.rs/web-dev/insert-html-page-into-another-html-page/comment-page-2/#comment-197249</link>
		<dc:creator>Nuno</dc:creator>
		<pubDate>Tue, 31 Aug 2010 13:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/web-dev/insert-html-page-into-another-html-page/#comment-197249</guid>
		<description>Update: Not really a problem with ur code but Script limitations. Just need to wrap  in a ! :)



... IE part ...

&lt;!--[if !IE]&gt; &lt;--&gt; 



backup content

 

&lt;!--&gt; &lt;![endif]--&gt; 

</description>
		<content:encoded><![CDATA[<p>Update: Not really a problem with ur code but Script limitations. Just need to wrap  in a ! :)</p>
<p>… IE part …</p>
<p><!--[if !IE]&gt; &lt;--> </p>
<p>backup content</p>
<p><!--&gt; &lt;![endif]--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuno</title>
		<link>http://aplus.rs/web-dev/insert-html-page-into-another-html-page/comment-page-2/#comment-197247</link>
		<dc:creator>Nuno</dc:creator>
		<pubDate>Tue, 31 Aug 2010 13:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/web-dev/insert-html-page-into-another-html-page/#comment-197247</guid>
		<description>Hi Aleksandar!

Got a curious and nasty exception for XHTML validition to your excelent code. I was trying to add an static alternative to when JS is turned off and checked with suprise that XHTML validator fails in non IE part (due the  trick) when wrapped in noscript tag.



...

&lt;!--[if !IE]&gt; &lt;--&gt;



backup content



&lt;!--&gt; &lt;![endif]--&gt;

</description>
		<content:encoded><![CDATA[<p>Hi Aleksandar!</p>
<p>Got a curious and nasty exception for XHTML validition to your excelent code. I was trying to add an static alternative to when JS is turned off and checked with suprise that XHTML validator fails in non IE part (due the  trick) when wrapped in noscript tag.</p>
<p>…</p>
<p><!--[if !IE]&gt; &lt;--></p>
<p>backup content</p>
<p><!--&gt; &lt;![endif]--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Streubel</title>
		<link>http://aplus.rs/web-dev/insert-html-page-into-another-html-page/comment-page-2/#comment-197238</link>
		<dc:creator>Paul Streubel</dc:creator>
		<pubDate>Thu, 12 Aug 2010 02:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/web-dev/insert-html-page-into-another-html-page/#comment-197238</guid>
		<description>This worked great, just can&#039;t figure out how to get the page to be more to the right.</description>
		<content:encoded><![CDATA[<p>This worked great, just can’t figure out how to get the page to be more to the right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YouTube y su nueva forma de incrustar videos &#124; Turleando</title>
		<link>http://aplus.rs/web-dev/insert-html-page-into-another-html-page/comment-page-2/#comment-197229</link>
		<dc:creator>YouTube y su nueva forma de incrustar videos &#124; Turleando</dc:creator>
		<pubDate>Thu, 29 Jul 2010 18:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/web-dev/insert-html-page-into-another-html-page/#comment-197229</guid>
		<description>[...] doctype), y que no soportaba autoplay.El primer problema se puede solucionar fácilmente si usamos &lt;object&gt; en lugar de &lt;iframe&gt;, con un código como el que sigue. De esta forma, logramos la misma compatibilidad con todos los [...]</description>
		<content:encoded><![CDATA[<p>[…] doctype), y que no soportaba autoplay.El primer problema se puede solucionar fácilmente si usamos &lt;object&gt; en lugar de &lt;iframe&gt;, con un código como el que sigue. De esta forma, logramos la misma compatibilidad con todos los […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Frumuselu</title>
		<link>http://aplus.rs/web-dev/insert-html-page-into-another-html-page/comment-page-2/#comment-197215</link>
		<dc:creator>Mihai Frumuselu</dc:creator>
		<pubDate>Mon, 07 Jun 2010 09:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/web-dev/insert-html-page-into-another-html-page/#comment-197215</guid>
		<description>Thank you so much, Aleksandar. It works great.</description>
		<content:encoded><![CDATA[<p>Thank you so much, Aleksandar. It works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://aplus.rs/web-dev/insert-html-page-into-another-html-page/comment-page-2/#comment-197198</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sun, 02 May 2010 00:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/web-dev/insert-html-page-into-another-html-page/#comment-197198</guid>
		<description>It doesn&#039;t work in Flock browser... unless someone has already figured that out here.</description>
		<content:encoded><![CDATA[<p>It doesn’t work in Flock browser… unless someone has already figured that out here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: aplus.rs @ 2012-02-08 14:19:05 -->
