<?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 script execution in innerHTML</title>
	<atom:link href="http://zeta-puppis.com/2006/02/23/javascript-script-execution-in-innerhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeta-puppis.com/2006/02/23/javascript-script-execution-in-innerhtml/</link>
	<description>my very own personal corner</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:55:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mike</title>
		<link>http://zeta-puppis.com/2006/02/23/javascript-script-execution-in-innerhtml/comment-page-1/#comment-3</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 31 May 2007 06:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://kratorius.simosnap.net/2006/02/23/javascript-script-execution-in-innerhtml/#comment-3</guid>
		<description>Neat script! Can I see some basic examples of this? I&#039;m trying to insert a div (with innerHTML) with script tags in it that contains a function that loads in an swf. The SWFObject to be more exact http://blog.deconcept.com/swfobject/. Is that possible you think?

Cheers

Mike</description>
		<content:encoded><![CDATA[<p>Neat script! Can I see some basic examples of this? I&#8217;m trying to insert a div (with innerHTML) with script tags in it that contains a function that loads in an swf. The SWFObject to be more exact <a href="http://blog.deconcept.com/swfobject/" rel="nofollow">http://blog.deconcept.com/swfobject/</a>. Is that possible you&nbsp;think?</p>
<p>Cheers</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javascript script execution in innerHTML: the revenge &#171; kratorius::code</title>
		<link>http://zeta-puppis.com/2006/02/23/javascript-script-execution-in-innerhtml/comment-page-1/#comment-2</link>
		<dc:creator>Javascript script execution in innerHTML: the revenge &#171; kratorius::code</dc:creator>
		<pubDate>Sun, 01 Oct 2006 15:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://kratorius.simosnap.net/2006/02/23/javascript-script-execution-in-innerhtml/#comment-2</guid>
		<description>[...] The execJS() I posted some time ago have some problems (and it, yes, was just a modify to the AHAH version). I didn&#8217;t really realized what exactly it is, but I found a simple (?) solution. The problem, as far as I can understand, is that eval() doesn&#8217;t always execute the code. So here it is the workaround: look for &lt;script&gt; tags, take its content and create a new element into the &lt;head&gt; with createElement/appendChild. In this way we should also be more standard-compliant than before: [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The execJS() I posted some time ago have some problems (and it, yes, was just a modify to the AHAH version). I didn&#8217;t really realized what exactly it is, but I found a simple (?) solution. The problem, as far as I can understand, is that eval() doesn&#8217;t always execute the code. So here it is the workaround: look for &lt;script&gt; tags, take its content and create a new element into the &lt;head&gt; with createElement/appendChild. In this way we should also be more standard-compliant than before:&nbsp;[&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
