<?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: Does your browser evaluate the Javascript of innerHTML?</title>
	<atom:link href="http://highearthorbit.com/does-your-browser-evaluate-the-javascript-of-innerhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://highearthorbit.com/does-your-browser-evaluate-the-javascript-of-innerhtml/</link>
	<description>Transmitting ideas, observations, and images from 42,000 km.</description>
	<pubDate>Tue, 06 Jan 2009 03:19:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Maulin Shah</title>
		<link>http://highearthorbit.com/does-your-browser-evaluate-the-javascript-of-innerhtml/#comment-7673</link>
		<dc:creator>Maulin Shah</dc:creator>
		<pubDate>Mon, 27 Feb 2006 05:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/does-your-browser-evaluate-the-javascript-of-innerhtml/#comment-7673</guid>
		<description>woops, i mean:

&lt;blockquote&gt;
&lt;code&gt;
scriptFragment = '(?:)((\n&#124;.)*?)(?:)';
	match = new RegExp(scriptFragment, 'im');
 //this will evaluate the first script in the returned text. 
// more than that won't work!
  var matches = dynamicText.match(match);
  if (matches.length &#62;= 2)
         eval(matches[1]);
&lt;/code&gt;
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>woops, i mean:</p>
<blockquote><p>
<code><br />
scriptFragment = '(?:)((\n|.)*?)(?:)';<br />
	match = new RegExp(scriptFragment, 'im');<br />
 //this will evaluate the first script in the returned text.<br />
// more than that won't work!<br />
  var matches = dynamicText.match(match);<br />
  if (matches.length &gt;= 2)<br />
         eval(matches[1]);<br />
</code>
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maulin Shah</title>
		<link>http://highearthorbit.com/does-your-browser-evaluate-the-javascript-of-innerhtml/#comment-7672</link>
		<dc:creator>Maulin Shah</dc:creator>
		<pubDate>Mon, 27 Feb 2006 05:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/does-your-browser-evaluate-the-javascript-of-innerhtml/#comment-7672</guid>
		<description>say dynamicText is the text that is returned... peering into the prototype.js library, i figured out you can do:

scriptFragment = '(?:)((\n&#124;.)*?)(?:)';
match = new RegExp(scriptFragment, 'im');
  	        var matches = dynamicText.match(match);
     	        for(i=1; i</description>
		<content:encoded><![CDATA[<p>say dynamicText is the text that is returned&#8230; peering into the prototype.js library, i figured out you can do:</p>
<p>scriptFragment = &#8216;(?:)((\n|.)*?)(?:)&#8217;;<br />
match = new RegExp(scriptFragment, &#8216;im&#8217;);<br />
  	        var matches = dynamicText.match(match);<br />
     	        for(i=1; i</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christian</title>
		<link>http://highearthorbit.com/does-your-browser-evaluate-the-javascript-of-innerhtml/#comment-7384</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Fri, 09 Dec 2005 11:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/does-your-browser-evaluate-the-javascript-of-innerhtml/#comment-7384</guid>
		<description>i have the same problem. it is very annoying and i don't know how i should code a workaround. do you got the answer????
please mail me back. 
THANKS</description>
		<content:encoded><![CDATA[<p>i have the same problem. it is very annoying and i don&#8217;t know how i should code a workaround. do you got the answer????<br />
please mail me back.<br />
THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZildjianB</title>
		<link>http://highearthorbit.com/does-your-browser-evaluate-the-javascript-of-innerhtml/#comment-7369</link>
		<dc:creator>ZildjianB</dc:creator>
		<pubDate>Mon, 07 Nov 2005 14:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/does-your-browser-evaluate-the-javascript-of-innerhtml/#comment-7369</guid>
		<description>I've been wondering the samething.... ever come across the answer?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been wondering the samething&#8230;. ever come across the answer?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
