<?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: Injecting JavaScript and CSS into Iframes</title>
	<atom:link href="http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/</link>
	<description>The Blog of Matthew Delmarter</description>
	<lastBuildDate>Sat, 30 Jan 2010 00:59:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: henry</title>
		<link>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/comment-page-1/#comment-103307</link>
		<dc:creator>henry</dc:creator>
		<pubDate>Tue, 05 May 2009 07:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/#comment-103307</guid>
		<description>just found this page and found it interesting. is there a way to &quot;inject&quot; the javascript to an iframe to displays a page from another site?</description>
		<content:encoded><![CDATA[<p>just found this page and found it interesting. is there a way to &#8220;inject&#8221; the javascript to an iframe to displays a page from another site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramon soler</title>
		<link>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/comment-page-1/#comment-69344</link>
		<dc:creator>ramon soler</dc:creator>
		<pubDate>Mon, 19 May 2008 07:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/#comment-69344</guid>
		<description>I am trying to do an injection of variables from a javacript page into a iframe.src reading from same domain as a text file and when debugging it works until exit the routine then the variables values disappear what can be the trouble
thanks in advance
r.soler</description>
		<content:encoded><![CDATA[<p>I am trying to do an injection of variables from a javacript page into a iframe.src reading from same domain as a text file and when debugging it works until exit the routine then the variables values disappear what can be the trouble<br />
thanks in advance<br />
r.soler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zane qian</title>
		<link>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/comment-page-1/#comment-64462</link>
		<dc:creator>zane qian</dc:creator>
		<pubDate>Sat, 12 Apr 2008 04:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/#comment-64462</guid>
		<description>Hi Matt,
I&#039;m the bigener of using javascript  and ext. Could U send the sample files to me?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Matt,<br />
I&#8217;m the bigener of using javascript  and ext. Could U send the sample files to me?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Albert</title>
		<link>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/comment-page-1/#comment-61628</link>
		<dc:creator>Jason Albert</dc:creator>
		<pubDate>Thu, 20 Mar 2008 17:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/#comment-61628</guid>
		<description>I&#039;m curious... 
Am I missing something? I can&#039;t see the benefit of this method vs regular browser caching.

Say I have a script file thats downloaded in a page, all the iframes on that page would not have to download that same file as it would be already cached by the browser.

I can see where this is useful if caching is turned off in a users browser but otherwise what purpose does this serve.</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious&#8230;<br />
Am I missing something? I can&#8217;t see the benefit of this method vs regular browser caching.</p>
<p>Say I have a script file thats downloaded in a page, all the iframes on that page would not have to download that same file as it would be already cached by the browser.</p>
<p>I can see where this is useful if caching is turned off in a users browser but otherwise what purpose does this serve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid Bachtiar</title>
		<link>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/comment-page-1/#comment-37787</link>
		<dc:creator>Sid Bachtiar</dc:creator>
		<pubDate>Tue, 09 Oct 2007 08:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/#comment-37787</guid>
		<description>Hi Matt,

One thing that came to my mind is that there already are ways to tell browsers to cache Javascript and CSS files.

Apart from that, I can&#039;t think of anything wrong with using this technique. I don&#039;t think it exposes any security hole either.

I think similar technique is used with Google maps; using iframe instead of ajax (not sure if injection is used too), because iframe technique allows user to use the back button, unlike usual AJAX stuffs.

Just my 2c</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>One thing that came to my mind is that there already are ways to tell browsers to cache Javascript and CSS files.</p>
<p>Apart from that, I can&#8217;t think of anything wrong with using this technique. I don&#8217;t think it exposes any security hole either.</p>
<p>I think similar technique is used with Google maps; using iframe instead of ajax (not sure if injection is used too), because iframe technique allows user to use the back button, unlike usual AJAX stuffs.</p>
<p>Just my 2c</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Roussey</title>
		<link>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/comment-page-1/#comment-17792</link>
		<dc:creator>Steven Roussey</dc:creator>
		<pubDate>Thu, 19 Apr 2007 05:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/#comment-17792</guid>
		<description>Just a note... iFrames won&#039;t download additional copies and use bandwidth. They will use the browsers cache. A lot of developers get confused by this sometimes when they are using Firebug or other developer toolbars, etc. Firefox does not allow Firebug to see what is in the cache, so Firebug forces a reload of all CSS and JS files so it can parse them.

Just a FYI. Sometimes we forget the basics... like a browser cache. ;)</description>
		<content:encoded><![CDATA[<p>Just a note&#8230; iFrames won&#8217;t download additional copies and use bandwidth. They will use the browsers cache. A lot of developers get confused by this sometimes when they are using Firebug or other developer toolbars, etc. Firefox does not allow Firebug to see what is in the cache, so Firebug forces a reload of all CSS and JS files so it can parse them.</p>
<p>Just a FYI. Sometimes we forget the basics&#8230; like a browser cache. <img src='http://matthew.delmarters.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
