<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ReadyState4 &#187; Internet Explorer</title>
	<atom:link href="http://readystate4.com/category/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://readystate4.com</link>
	<description>JavaScript, Web Development, Ruby, and Technology.</description>
	<lastBuildDate>Fri, 04 Jun 2010 19:42:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dynamically creating an iframe in Internet Explorer for remote form submissions</title>
		<link>http://readystate4.com/2008/05/13/dynamically-creating-an-iframe-for-internet-explorer/</link>
		<comments>http://readystate4.com/2008/05/13/dynamically-creating-an-iframe-for-internet-explorer/#comments</comments>
		<pubDate>Tue, 13 May 2008 20:07:34 +0000</pubDate>
		<dc:creator>Mauvis</dc:creator>
				<category><![CDATA[General Web Dev]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://readystate4.com/2008/05/13/dynamically-creating-an-iframe-for-internet-explorer/</guid>
		<description><![CDATA[I&#8217;ve been doing a lot of remote iframe work as of late and while creating some functionality that submits a form to a dynamically generated iframe I quickly found that in IE6/7 you cannot target an iframe  created with document.createElement('iframe');. You must instead use innerHTML to write out the iframe inside another element.
Oh IE, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a lot of remote iframe work as of late and while creating some functionality that submits a form to a dynamically generated iframe I quickly found that <b>in IE6/7 you cannot target an iframe  created with <code>document.createElement('iframe');</code></b>. You must instead use <code>innerHTML</code> to write out the iframe inside another element.</p>
<p>Oh IE, we will never understand you!</p>
<p><b>Update:</b> Max commented that you can indeed use document.createEelement and still target iframes in IE, you just need to create them in this way <code>document.createElement('&lt;iframe name="iframeName"&gt;');</code>. Still über quirky but slightly better than the innerHTML approach. Kudos Max!</p>
]]></content:encoded>
			<wfw:commentRss>http://readystate4.com/2008/05/13/dynamically-creating-an-iframe-for-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
