<?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: Dynamic form elements and Internet Explorer 6</title>
	<atom:link href="http://the-stickman.com/web-development/javascript/dynamic-form-elements-and-internet-explorer-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://the-stickman.com/web-development/javascript/dynamic-form-elements-and-internet-explorer-6/</link>
	<description>Random developer notes</description>
	<lastBuildDate>Wed, 03 Aug 2011 09:35:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: timjowers</title>
		<link>http://the-stickman.com/web-development/javascript/dynamic-form-elements-and-internet-explorer-6/comment-page-1/#comment-1105</link>
		<dc:creator>timjowers</dc:creator>
		<pubDate>Wed, 03 Dec 2008 22:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/javascript/dynamic-form-elements-and-internet-explorer-6/#comment-1105</guid>
		<description>Does this work in IE7?</description>
		<content:encoded><![CDATA[<p>Does this work in IE7?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Werner</title>
		<link>http://the-stickman.com/web-development/javascript/dynamic-form-elements-and-internet-explorer-6/comment-page-1/#comment-1067</link>
		<dc:creator>Sebastian Werner</dc:creator>
		<pubDate>Fri, 12 Sep 2008 12:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/javascript/dynamic-form-elements-and-internet-explorer-6/#comment-1067</guid>
		<description>You can also use document.createElement(&quot;&lt;input type=&#039;radio&#039; name=&#039;foo&#039; checked=&#039;false&#039;/&gt;&quot;) in IE. This way the checked attribute works as well. Some of these attributes must be defined together with the element and in IE it is possible to pass the whole markup (without content) to createElement. We use this in &lt;a href=&quot;http://qooxdoo.org&quot; rel=&quot;nofollow&quot;&gt;qooxdoo&lt;/a&gt; as well and it seems to work well.</description>
		<content:encoded><![CDATA[<p>You can also use document.createElement(&#8220;&lt;input type=&#8217;radio&#8217; name=&#8217;foo&#8217; checked=&#8217;false&#8217;/&gt;&#8221;) in IE. This way the checked attribute works as well. Some of these attributes must be defined together with the element and in IE it is possible to pass the whole markup (without content) to createElement. We use this in <a href="http://qooxdoo.org" rel="nofollow">qooxdoo</a> as well and it seems to work well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

