<?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: Using the image input type to post a form in IE</title>
	<atom:link href="http://www.kilbot.com.au/2008/05/03/using-the-image-input-type-to-post-a-form-in-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kilbot.com.au/2008/05/03/using-the-image-input-type-to-post-a-form-in-ie/</link>
	<description>The Kilbot Factory provides web design, web development and web hosting. We specialise in clean, modern design and dynamic database driven content for e-Commerce and CMS web sites.</description>
	<lastBuildDate>Tue, 31 Aug 2010 18:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: mike</title>
		<link>http://www.kilbot.com.au/2008/05/03/using-the-image-input-type-to-post-a-form-in-ie/comment-page-1/#comment-7726</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 31 Aug 2010 18:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kilbot.com.au/?p=81#comment-7726</guid>
		<description>&quot;an email is automatically sent to me&quot;, not &quot;it&quot;.  Sorry.</description>
		<content:encoded><![CDATA[<p>&#8220;an email is automatically sent to me&#8221;, not &#8220;it&#8221;.  Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.kilbot.com.au/2008/05/03/using-the-image-input-type-to-post-a-form-in-ie/comment-page-1/#comment-7727</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 31 Aug 2010 18:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kilbot.com.au/?p=81#comment-7727</guid>
		<description>I am having this problem right now.  I made a personal site that has some user interaction (comments, ratings, etc) and for the off chance that someone actually stumbles on my site and interacts with it an email is automatically sent to it.  Well, sure enough, yesterday someone used IE and my email notice had the _y at the end.  For the last few minutes I&#039;ve been debugging and noticed that when I do print_r($_POST) IE doesn&#039;t print the value of the input (which, in my input&#039;s case, is 1).  It looks like this: Array ( [dog_x] =&gt; 15 [dog_y] =&gt; 12 ) but in FF it looks like this: Array ( [dog_x] =&gt; 13 [dog_y] =&gt; 12 [dog] =&gt; 1 ).  Long story short, I&#039;m changing those buttons to css stylized anchors.  Thanks for the sanity check.</description>
		<content:encoded><![CDATA[<p>I am having this problem right now.  I made a personal site that has some user interaction (comments, ratings, etc) and for the off chance that someone actually stumbles on my site and interacts with it an email is automatically sent to it.  Well, sure enough, yesterday someone used IE and my email notice had the _y at the end.  For the last few minutes I&#8217;ve been debugging and noticed that when I do print_r($_POST) IE doesn&#8217;t print the value of the input (which, in my input&#8217;s case, is 1).  It looks like this: Array ( [dog_x] => 15 [dog_y] => 12 ) but in FF it looks like this: Array ( [dog_x] => 13 [dog_y] => 12 [dog] => 1 ).  Long story short, I&#8217;m changing those buttons to css stylized anchors.  Thanks for the sanity check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony</title>
		<link>http://www.kilbot.com.au/2008/05/03/using-the-image-input-type-to-post-a-form-in-ie/comment-page-1/#comment-6414</link>
		<dc:creator>Antony</dc:creator>
		<pubDate>Wed, 10 Jun 2009 16:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kilbot.com.au/?p=81#comment-6414</guid>
		<description>LOL - I just figured this same problem out myself after about 2 hours then stumbled across your article, wish i&#039;d seen it first LOL :-)

Thanks for publishing none the less.</description>
		<content:encoded><![CDATA[<p>LOL &#8211; I just figured this same problem out myself after about 2 hours then stumbled across your article, wish i&#8217;d seen it first LOL :-)</p>
<p>Thanks for publishing none the less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chilli</title>
		<link>http://www.kilbot.com.au/2008/05/03/using-the-image-input-type-to-post-a-form-in-ie/comment-page-1/#comment-5862</link>
		<dc:creator>Chilli</dc:creator>
		<pubDate>Fri, 24 Apr 2009 07:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.kilbot.com.au/?p=81#comment-5862</guid>
		<description>Thank You Very Much

  ... to the KILBOT Factory

You are doing a Great Job of helping the Developer Community..

Kindly Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Thank You Very Much</p>
<p>  &#8230; to the KILBOT Factory</p>
<p>You are doing a Great Job of helping the Developer Community..</p>
<p>Kindly Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcin</title>
		<link>http://www.kilbot.com.au/2008/05/03/using-the-image-input-type-to-post-a-form-in-ie/comment-page-1/#comment-5720</link>
		<dc:creator>marcin</dc:creator>
		<pubDate>Fri, 03 Apr 2009 17:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kilbot.com.au/?p=81#comment-5720</guid>
		<description>I had the same problem and you solved it!!!

There something I don&#039;t understand though. Why IE would add _x or _y to the input name? When to expect _x and when _y?</description>
		<content:encoded><![CDATA[<p>I had the same problem and you solved it!!!</p>
<p>There something I don&#8217;t understand though. Why IE would add _x or _y to the input name? When to expect _x and when _y?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MartinB</title>
		<link>http://www.kilbot.com.au/2008/05/03/using-the-image-input-type-to-post-a-form-in-ie/comment-page-1/#comment-5412</link>
		<dc:creator>MartinB</dc:creator>
		<pubDate>Tue, 10 Mar 2009 20:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kilbot.com.au/?p=81#comment-5412</guid>
		<description>You make my day as well here : I never ran into this one single  issue. I have always assumed when coding php that server-side code was client-independent. Thrust Internet Explorer to defy this assumption, right...?

Microsoft strikes again!

Thanks for your posts, it was super useful!</description>
		<content:encoded><![CDATA[<p>You make my day as well here : I never ran into this one single  issue. I have always assumed when coding php that server-side code was client-independent. Thrust Internet Explorer to defy this assumption, right&#8230;?</p>
<p>Microsoft strikes again!</p>
<p>Thanks for your posts, it was super useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bazz</title>
		<link>http://www.kilbot.com.au/2008/05/03/using-the-image-input-type-to-post-a-form-in-ie/comment-page-1/#comment-5307</link>
		<dc:creator>Bazz</dc:creator>
		<pubDate>Sat, 28 Feb 2009 03:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kilbot.com.au/?p=81#comment-5307</guid>
		<description>WOW Thanks SO MUCH for this advise - I had spent hours and hours battling this and your the only one out of dozens of web pages to suggest a fix - and it worked a treat!
Thanks you so so much...</description>
		<content:encoded><![CDATA[<p>WOW Thanks SO MUCH for this advise &#8211; I had spent hours and hours battling this and your the only one out of dozens of web pages to suggest a fix &#8211; and it worked a treat!<br />
Thanks you so so much&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
