<?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: Can&#8217;t use innerHTML on Tables in IE? Here&#8217;s why</title>
	<atom:link href="http://www.jonlee.ca/cant-use-innerhtml-on-tables-in-ie-heres-why/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonlee.ca/cant-use-innerhtml-on-tables-in-ie-heres-why/</link>
	<description>eat\ sleep\ code</description>
	<lastBuildDate>Wed, 17 Mar 2010 20:23:15 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Spyros</title>
		<link>http://www.jonlee.ca/cant-use-innerhtml-on-tables-in-ie-heres-why/comment-page-1/#comment-214570</link>
		<dc:creator>Spyros</dc:creator>
		<pubDate>Tue, 06 Oct 2009 17:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/?p=930#comment-214570</guid>
		<description>I&#039;ve had several innerHTML issues in the past with javascript. I really start to hate the DOM model :/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had several innerHTML issues in the past with javascript. I really start to hate the DOM model :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lapis Lazuli</title>
		<link>http://www.jonlee.ca/cant-use-innerhtml-on-tables-in-ie-heres-why/comment-page-1/#comment-200906</link>
		<dc:creator>Lapis Lazuli</dc:creator>
		<pubDate>Fri, 03 Jul 2009 07:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/?p=930#comment-200906</guid>
		<description>IE doesn&#039;t bother to implement CSS standards</description>
		<content:encoded><![CDATA[<p>IE doesn&#8217;t bother to implement CSS standards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adwido</title>
		<link>http://www.jonlee.ca/cant-use-innerhtml-on-tables-in-ie-heres-why/comment-page-1/#comment-198878</link>
		<dc:creator>Adwido</dc:creator>
		<pubDate>Thu, 18 Jun 2009 03:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/?p=930#comment-198878</guid>
		<description>Yes, it affects everyone, but we have to give the guy a break.  He invented something that probably saved us from more headaches than it has caused.</description>
		<content:encoded><![CDATA[<p>Yes, it affects everyone, but we have to give the guy a break.  He invented something that probably saved us from more headaches than it has caused.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Photocopiers</title>
		<link>http://www.jonlee.ca/cant-use-innerhtml-on-tables-in-ie-heres-why/comment-page-1/#comment-196666</link>
		<dc:creator>Photocopiers</dc:creator>
		<pubDate>Fri, 05 Jun 2009 09:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/?p=930#comment-196666</guid>
		<description>Problem with that is, is that your CSS wont valid properly, i saw a hack somewhere though that allowed you to use hacks and still get it past validation.</description>
		<content:encoded><![CDATA[<p>Problem with that is, is that your CSS wont valid properly, i saw a hack somewhere though that allowed you to use hacks and still get it past validation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glucosamine</title>
		<link>http://www.jonlee.ca/cant-use-innerhtml-on-tables-in-ie-heres-why/comment-page-1/#comment-196285</link>
		<dc:creator>Glucosamine</dc:creator>
		<pubDate>Wed, 03 Jun 2009 07:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/?p=930#comment-196285</guid>
		<description>I prefer to use CSS to override the limitations of IE and code separately for the different browsers.</description>
		<content:encoded><![CDATA[<p>I prefer to use CSS to override the limitations of IE and code separately for the different browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toronto personal injury</title>
		<link>http://www.jonlee.ca/cant-use-innerhtml-on-tables-in-ie-heres-why/comment-page-1/#comment-189911</link>
		<dc:creator>Toronto personal injury</dc:creator>
		<pubDate>Mon, 27 Apr 2009 08:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/?p=930#comment-189911</guid>
		<description>I am trying to find the code where you can make a scroll box but inside of it you can put a code inside and it shows up. 
Any suggestion....</description>
		<content:encoded><![CDATA[<p>I am trying to find the code where you can make a scroll box but inside of it you can put a code inside and it shows up.<br />
Any suggestion&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asthma</title>
		<link>http://www.jonlee.ca/cant-use-innerhtml-on-tables-in-ie-heres-why/comment-page-1/#comment-189219</link>
		<dc:creator>Asthma</dc:creator>
		<pubDate>Wed, 22 Apr 2009 20:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/?p=930#comment-189219</guid>
		<description>I have dynamically created a table and I have assigned a unique key to each cell in the table. For the loops I have used PHP and for writing the data into the table I have used the document.innerHTML property
Now I need to retrieve the value in a cell using it;&#039;s id . how can I do the same ?
Plzz suggest suitable links (if any) dealing with this concept. ??</description>
		<content:encoded><![CDATA[<p>I have dynamically created a table and I have assigned a unique key to each cell in the table. For the loops I have used PHP and for writing the data into the table I have used the document.innerHTML property<br />
Now I need to retrieve the value in a cell using it;&#8217;s id . how can I do the same ?<br />
Plzz suggest suitable links (if any) dealing with this concept. ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asthma</title>
		<link>http://www.jonlee.ca/cant-use-innerhtml-on-tables-in-ie-heres-why/comment-page-1/#comment-188824</link>
		<dc:creator>Asthma</dc:creator>
		<pubDate>Mon, 20 Apr 2009 16:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/?p=930#comment-188824</guid>
		<description>I&#039;ve created a simple form in Javascript. There are text fields, a password field, and radio buttons. However, I am totally lost on how to validate them using innerHTML. Anyone have any suggestions, hints, or starter code to help me out?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve created a simple form in Javascript. There are text fields, a password field, and radio buttons. However, I am totally lost on how to validate them using innerHTML. Anyone have any suggestions, hints, or starter code to help me out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Odzyskiwanie Danych</title>
		<link>http://www.jonlee.ca/cant-use-innerhtml-on-tables-in-ie-heres-why/comment-page-1/#comment-188758</link>
		<dc:creator>Odzyskiwanie Danych</dc:creator>
		<pubDate>Mon, 20 Apr 2009 07:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/?p=930#comment-188758</guid>
		<description>Just like too complicated code. If you avoid comments and nice formatting you&#039;ll not be able to read the code a week later.</description>
		<content:encoded><![CDATA[<p>Just like too complicated code. If you avoid comments and nice formatting you&#8217;ll not be able to read the code a week later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.jonlee.ca/cant-use-innerhtml-on-tables-in-ie-heres-why/comment-page-1/#comment-186931</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 09 Apr 2009 10:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/?p=930#comment-186931</guid>
		<description>I doubt we will ever see a fix. Its internet explorer, as it advances it becomes less compatible with everything else despite what microsoft say!</description>
		<content:encoded><![CDATA[<p>I doubt we will ever see a fix. Its internet explorer, as it advances it becomes less compatible with everything else despite what microsoft say!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
