<?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: Submitting a form with target set to a script-generated iframe on IE</title>
	<atom:link href="http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/</link>
	<description>All computers should be destroyed. And flies too.</description>
	<lastBuildDate>Tue, 02 Mar 2010 12:35:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anthony</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-980</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 02 Mar 2010 12:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-980</guid>
		<description>Hey thank you, don&#039;t you just love how IE makes us work an extra 4hours? x)</description>
		<content:encoded><![CDATA[<p>Hey thank you, don&#8217;t you just love how IE makes us work an extra 4hours? x)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Retepvosnul</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-959</link>
		<dc:creator>Retepvosnul</dc:creator>
		<pubDate>Tue, 22 Dec 2009 16:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-959</guid>
		<description>Great job,

To bad we still have to make an effort to fix that broken piece of #($&amp;*#$ browser ,but your solutions is great, and makes it behave just as all proper browsers.

But you made my daY !</description>
		<content:encoded><![CDATA[<p>Great job,</p>
<p>To bad we still have to make an effort to fix that broken piece of #($&amp;*#$ browser ,but your solutions is great, and makes it behave just as all proper browsers.</p>
<p>But you made my daY !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nunumick</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-956</link>
		<dc:creator>nunumick</dc:creator>
		<pubDate>Tue, 08 Dec 2009 14:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-956</guid>
		<description>Thanks a lot,that is coooooooooooool</description>
		<content:encoded><![CDATA[<p>Thanks a lot,that is coooooooooooool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SébastienM</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-947</link>
		<dc:creator>SébastienM</dc:creator>
		<pubDate>Tue, 29 Sep 2009 09:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-947</guid>
		<description>Thanks to the trick, and the comments.

Here is my final workaround (IE6, IE7). You need to insert the objet in the elements, and then re-affect the name. This seems to record the iframe 

- frame = createElement(&#039;iframe&#039;
- frame.id =  &quot;my_new_frame&quot;;
 - frame.name = &quot; my_new_frame&quot;;
- insert element in the document
 - (the iframe is known as a document element), re-set the name:

if (document.frames) {
 document.frames[&#039;my_new_frame&#039;].name = &quot;my_new_frame&quot;;
}</description>
		<content:encoded><![CDATA[<p>Thanks to the trick, and the comments.</p>
<p>Here is my final workaround (IE6, IE7). You need to insert the objet in the elements, and then re-affect the name. This seems to record the iframe </p>
<p>- frame = createElement(&#8216;iframe&#8217;<br />
- frame.id =  &#8220;my_new_frame&#8221;;<br />
 &#8211; frame.name = &#8221; my_new_frame&#8221;;<br />
- insert element in the document<br />
 &#8211; (the iframe is known as a document element), re-set the name:</p>
<p>if (document.frames) {<br />
 document.frames['my_new_frame'].name = &#8220;my_new_frame&#8221;;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prakash</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-917</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Fri, 03 Jul 2009 06:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-917</guid>
		<description>Thanks. Really i wasted more than two days to find solution.  After i read this blog within 5 minutes i completed my task.

Thank u very very much...</description>
		<content:encoded><![CDATA[<p>Thanks. Really i wasted more than two days to find solution.  After i read this blog within 5 minutes i completed my task.</p>
<p>Thank u very very much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-913</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Mon, 29 Jun 2009 17:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-913</guid>
		<description>Another solution to fix the IE bug (tested only on IE8) is to use the regular Mozilla code, and to add:

try
{
window.frames[&#039;upload_iframe&#039;].name=&quot;upload_iframe&quot;;
window.frames[&#039;upload_iframe&#039;].id=&quot;upload_iframe&quot;;
}
catch (e) {}</description>
		<content:encoded><![CDATA[<p>Another solution to fix the IE bug (tested only on IE8) is to use the regular Mozilla code, and to add:</p>
<p>try<br />
{<br />
window.frames['upload_iframe'].name=&#8221;upload_iframe&#8221;;<br />
window.frames['upload_iframe'].id=&#8221;upload_iframe&#8221;;<br />
}<br />
catch (e) {}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Polushkin</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-885</link>
		<dc:creator>Dmitry Polushkin</dc:creator>
		<pubDate>Wed, 10 Jun 2009 12:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-885</guid>
		<description>Hey, man... thanks for this post. Really helped me.

I&#039;m using jQuery to generate iframe tag, and I&#039;ve tried to use attr(&#039;name&#039;, iframe_id), but I had a problem described in this post.

Now I&#039;m using
var iframe = $(&quot;&quot;);

And it works in IE fine, thank you maaaan for help me to resolve this problem.</description>
		<content:encoded><![CDATA[<p>Hey, man&#8230; thanks for this post. Really helped me.</p>
<p>I&#8217;m using jQuery to generate iframe tag, and I&#8217;ve tried to use attr(&#8216;name&#8217;, iframe_id), but I had a problem described in this post.</p>
<p>Now I&#8217;m using<br />
var iframe = $(&#8220;&#8221;);</p>
<p>And it works in IE fine, thank you maaaan for help me to resolve this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zombie</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-882</link>
		<dc:creator>Zombie</dc:creator>
		<pubDate>Tue, 26 May 2009 00:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-882</guid>
		<description>Thanks, saved me a lot of time.. \o/</description>
		<content:encoded><![CDATA[<p>Thanks, saved me a lot of time.. \o/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xor</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-865</link>
		<dc:creator>xor</dc:creator>
		<pubDate>Wed, 15 Apr 2009 08:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-865</guid>
		<description>Superb fix! Thanks a lot! You made my day :)</description>
		<content:encoded><![CDATA[<p>Superb fix! Thanks a lot! You made my day :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poashoas</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-861</link>
		<dc:creator>Poashoas</dc:creator>
		<pubDate>Mon, 23 Mar 2009 11:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-861</guid>
		<description>Do you know how long I have been searching for his? I found out the iframe had to be build dynamicly but that Name property was totaly new to me. Nice post and it took a while before I had the Google &#039;magic words&#039;. Now let&#039;s build it in and cross my fingers :-D</description>
		<content:encoded><![CDATA[<p>Do you know how long I have been searching for his? I found out the iframe had to be build dynamicly but that Name property was totaly new to me. Nice post and it took a while before I had the Google &#8216;magic words&#8217;. Now let&#8217;s build it in and cross my fingers :-D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gevorg</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-855</link>
		<dc:creator>gevorg</dc:creator>
		<pubDate>Tue, 24 Feb 2009 22:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-855</guid>
		<description>Hi

I used compact solution for this hole, but it was not working for IE7. Every time when I was trying to upload, new popup was adding and uploading goes there. After I read your comments and changed scripts, but now processing don&#039;t works on IE7 too. Now page just redirects to action page in same frame.

Here is script:

/**
*
*  AJAX IFRAME METHOD (AIM)
*  http://www.webtoolkit.info/
*
**/

AIM = {
	frame : function(c) {
		var n = &#039;f&#039; + Math.floor(Math.random() * 99999);
		
		var i;
		try {
		  i = document.createElement(&#039;&#039;);
		} catch (ex) {
		  i = document.createElement(&#039;iframe&#039;);
		}
		
		i.onload = function() {
			AIM.loaded(n);
		}
		
		i.id = n;
		i.name = n;
		i.width = 0;
		i.height = 0;
		i.marginHeight = 0;
		i.marginWidth = 0;
		
		document.body.insertBefore(i, document.body.firstChild);

		if (c &amp;&amp; typeof(c.onComplete) == &#039;function&#039;) {
			i.onComplete = c.onComplete;
		}
		return n;
	},
	form : function(f, name) {
		f.setAttribute(&#039;target&#039;, name);
	},
	submit : function(f, c) {
		AIM.form(f, AIM.frame(c));
		if (c &amp;&amp; typeof(c.onStart) == &#039;function&#039;) {
			return c.onStart();
		} else {
			return true;
		}
	},
	loaded : function(id) {
		var i = document.getElementById(id);
		if (i.contentDocument) {
			var d = i.contentDocument;
		} else if (i.contentWindow) {
			var d = i.contentWindow.document;
		} else {
			var d = window.frames[id].document;
		}
		if (d.location.href == &quot;about:blank&quot;) {
			return;
		}
		if (typeof(i.onComplete) == &#039;function&#039;) {
			i.onComplete(d.body.innerHTML);
		}
	}
}


Can you help me here?

Thanks,
Gevorg</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I used compact solution for this hole, but it was not working for IE7. Every time when I was trying to upload, new popup was adding and uploading goes there. After I read your comments and changed scripts, but now processing don&#8217;t works on IE7 too. Now page just redirects to action page in same frame.</p>
<p>Here is script:</p>
<p>/**<br />
*<br />
*  AJAX IFRAME METHOD (AIM)<br />
*  <a href="http://www.webtoolkit.info/" rel="nofollow">http://www.webtoolkit.info/</a><br />
*<br />
**/</p>
<p>AIM = {<br />
	frame : function(c) {<br />
		var n = &#8216;f&#8217; + Math.floor(Math.random() * 99999);</p>
<p>		var i;<br />
		try {<br />
		  i = document.createElement(&#8221;);<br />
		} catch (ex) {<br />
		  i = document.createElement(&#8216;iframe&#8217;);<br />
		}</p>
<p>		i.onload = function() {<br />
			AIM.loaded(n);<br />
		}</p>
<p>		i.id = n;<br />
		i.name = n;<br />
		i.width = 0;<br />
		i.height = 0;<br />
		i.marginHeight = 0;<br />
		i.marginWidth = 0;</p>
<p>		document.body.insertBefore(i, document.body.firstChild);</p>
<p>		if (c &amp;&amp; typeof(c.onComplete) == &#8216;function&#8217;) {<br />
			i.onComplete = c.onComplete;<br />
		}<br />
		return n;<br />
	},<br />
	form : function(f, name) {<br />
		f.setAttribute(&#8216;target&#8217;, name);<br />
	},<br />
	submit : function(f, c) {<br />
		AIM.form(f, AIM.frame(c));<br />
		if (c &amp;&amp; typeof(c.onStart) == &#8216;function&#8217;) {<br />
			return c.onStart();<br />
		} else {<br />
			return true;<br />
		}<br />
	},<br />
	loaded : function(id) {<br />
		var i = document.getElementById(id);<br />
		if (i.contentDocument) {<br />
			var d = i.contentDocument;<br />
		} else if (i.contentWindow) {<br />
			var d = i.contentWindow.document;<br />
		} else {<br />
			var d = window.frames[id].document;<br />
		}<br />
		if (d.location.href == &#8220;about:blank&#8221;) {<br />
			return;<br />
		}<br />
		if (typeof(i.onComplete) == &#8216;function&#8217;) {<br />
			i.onComplete(d.body.innerHTML);<br />
		}<br />
	}<br />
}</p>
<p>Can you help me here?</p>
<p>Thanks,<br />
Gevorg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-850</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 29 Jan 2009 16:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-850</guid>
		<description>Still a very relevant article. I wonder if it&#039;s fixed in IE8?

By the way, if anyone wonders what the official standard has to say about this, check this document: http://www.w3.org/TR/DOM-Level-2-HTML/

Page 60 in the pdf version clearly states that HTMLIFrameElement.name should not be readonly.</description>
		<content:encoded><![CDATA[<p>Still a very relevant article. I wonder if it&#8217;s fixed in IE8?</p>
<p>By the way, if anyone wonders what the official standard has to say about this, check this document: <a href="http://www.w3.org/TR/DOM-Level-2-HTML/" rel="nofollow">http://www.w3.org/TR/DOM-Level-2-HTML/</a></p>
<p>Page 60 in the pdf version clearly states that HTMLIFrameElement.name should not be readonly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-838</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 20 Jan 2009 15:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-838</guid>
		<description>An alternative to defining the name attribute of the iframe via document.createElement would be to create the iframe using innerHTML e.g.

body.innerHTML = &quot;&quot; + body.innerHTML;

This approach would work across browsers, so there would be no need for the try/catch statement. Note though that the iframe needs to be created before the target property of the form is set.</description>
		<content:encoded><![CDATA[<p>An alternative to defining the name attribute of the iframe via document.createElement would be to create the iframe using innerHTML e.g.</p>
<p>body.innerHTML = &#8220;&#8221; + body.innerHTML;</p>
<p>This approach would work across browsers, so there would be no need for the try/catch statement. Note though that the iframe needs to be created before the target property of the form is set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-837</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Mon, 19 Jan 2009 16:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-837</guid>
		<description>WTF!?

A friend of mine asked me how to create an iframe in a dynamic way.... well i told him it was possible based on the &quot;standard&quot; procedure:

var iframe = document.createElemement (&#039;iframe&#039;);
iframe.name =&quot;iframeName&quot;;


He told me it wasn&#039;t working and i said:
WTF?!?

if i do it width every element, why not with an iframe?!



well, because of IE...

How stupid of me! :) expecting IE to behave in a constant way!

Thank you!</description>
		<content:encoded><![CDATA[<p>WTF!?</p>
<p>A friend of mine asked me how to create an iframe in a dynamic way&#8230;. well i told him it was possible based on the &#8220;standard&#8221; procedure:</p>
<p>var iframe = document.createElemement (&#8216;iframe&#8217;);<br />
iframe.name =&#8221;iframeName&#8221;;</p>
<p>He told me it wasn&#8217;t working and i said:<br />
WTF?!?</p>
<p>if i do it width every element, why not with an iframe?!</p>
<p>well, because of IE&#8230;</p>
<p>How stupid of me! :) expecting IE to behave in a constant way!</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuan</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-830</link>
		<dc:creator>Tuan</dc:creator>
		<pubDate>Mon, 29 Dec 2008 19:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-830</guid>
		<description>Oh, I got the form work perfectly ... I use the same technique that done with iframe.

Thank you very much

Tuan</description>
		<content:encoded><![CDATA[<p>Oh, I got the form work perfectly &#8230; I use the same technique that done with iframe.</p>
<p>Thank you very much</p>
<p>Tuan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuan</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-829</link>
		<dc:creator>Tuan</dc:creator>
		<pubDate>Mon, 29 Dec 2008 18:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-829</guid>
		<description>Brilliant solution. 

It works like charm.

Do you know how to dynamically create form and submit it to that iframe.

Actually i got it work in FF. But it goes crazy with IE. It seems the file in the form not able to uploaded to server.

Thanks,
Tuan</description>
		<content:encoded><![CDATA[<p>Brilliant solution. </p>
<p>It works like charm.</p>
<p>Do you know how to dynamically create form and submit it to that iframe.</p>
<p>Actually i got it work in FF. But it goes crazy with IE. It seems the file in the form not able to uploaded to server.</p>
<p>Thanks,<br />
Tuan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-805</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 19 Nov 2008 16:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-805</guid>
		<description>Thanks, 

You are an actual genius, I&#039;m so glad it came near the top in my google - ing.

Dan</description>
		<content:encoded><![CDATA[<p>Thanks, </p>
<p>You are an actual genius, I&#8217;m so glad it came near the top in my google &#8211; ing.</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating an asynchronous upload extender &#171; Update Panel .NET</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-730</link>
		<dc:creator>Creating an asynchronous upload extender &#171; Update Panel .NET</dc:creator>
		<pubDate>Sun, 12 Oct 2008 17:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-730</guid>
		<description>[...] http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/" rel="nofollow">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cmdr. Gabe E.</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-698</link>
		<dc:creator>Cmdr. Gabe E.</dc:creator>
		<pubDate>Mon, 04 Aug 2008 01:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-698</guid>
		<description>Thank you very much for sharing this! :D
I&#039;ve gone around in circles trying to solve this problem, and your solution nailed it :D!
Awesome!  Thanks again :D!</description>
		<content:encoded><![CDATA[<p>Thank you very much for sharing this! :D<br />
I&#8217;ve gone around in circles trying to solve this problem, and your solution nailed it :D!<br />
Awesome!  Thanks again :D!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameera</title>
		<link>http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/comment-page-1/#comment-697</link>
		<dc:creator>sameera</dc:creator>
		<pubDate>Fri, 01 Aug 2008 14:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://terminalapp.net/submitting-a-form-with-target-set-to-a-script-generated-iframe-on-ie/#comment-697</guid>
		<description>Thank you ever so much!!!! i&#039;ve been breaking my head for over 4 hours on this!!!!

This is why i love the web too :-)</description>
		<content:encoded><![CDATA[<p>Thank you ever so much!!!! i&#8217;ve been breaking my head for over 4 hours on this!!!!</p>
<p>This is why i love the web too :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
