<?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: JavaScript eval in iframes</title>
	<atom:link href="http://www.thismuchiknow.co.uk/?feed=rss2&#038;p=25" rel="self" type="application/rss+xml" />
	<link>http://www.thismuchiknow.co.uk/?p=25</link>
	<description>(hopefully other people will find it useful too)</description>
	<lastBuildDate>Sun, 29 Aug 2010 16:12:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bruno</title>
		<link>http://www.thismuchiknow.co.uk/?p=25&#038;cpage=1#comment-30441</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=25#comment-30441</guid>
		<description>Interesting, recently I had a situation in which I needed to replace all onclick atttributes as well as script tags, replace some pop ups code for something else.

Thep problem with reevaluating, because we use iframes for the content, and the reevaluatinf is happenining in the top window, it was reevaluating at the top window instead, and things got complicated, so I decided to evaulate directly in the iframe.

This is a neat solution to my problem :D

Thanks</description>
		<content:encoded><![CDATA[<p>Interesting, recently I had a situation in which I needed to replace all onclick atttributes as well as script tags, replace some pop ups code for something else.</p>
<p>Thep problem with reevaluating, because we use iframes for the content, and the reevaluatinf is happenining in the top window, it was reevaluating at the top window instead, and things got complicated, so I decided to evaulate directly in the iframe.</p>
<p>This is a neat solution to my problem <img src='http://www.thismuchiknow.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
