<?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"
	>
<channel>
	<title>Comments on: Not all values posted with a form in IE</title>
	<atom:link href="http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Mon, 08 Sep 2008 07:26:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: philippe voncken</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-314854</link>
		<dc:creator>philippe voncken</dc:creator>
		<pubDate>Tue, 24 Jun 2008 09:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-314854</guid>
		<description>Hi Joe,

The best solution is that you should take an other name for your parameter.</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>The best solution is that you should take an other name for your parameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe guyot</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-314335</link>
		<dc:creator>joe guyot</dc:creator>
		<pubDate>Mon, 23 Jun 2008 23:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-314335</guid>
		<description>kind of related:

http://some.server?value=1&#38;lt=123

this blows up at &#38;lt= the url becomes

http://some.server?value=1&#60;=123

but only in i.e.
my feeling is i.e. sees '&#38;lt' as the xml entity &#60;
my question is how do i get around this? 
i'm sure the first response is make lt the 1st parameter, so that it becomes ?lt. but what if that's not under my control???

any thoughts are appreciated.</description>
		<content:encoded><![CDATA[<p>kind of related:</p>
<p><a href="http://some.server?value=1&amp;lt=123" rel="nofollow">http://some.server?value=1&amp;lt=123</a></p>
<p>this blows up at &amp;lt= the <acronym title="Uniform Resource Locator">URL</acronym> becomes</p>
<p><a href="http://some.server?value=1&#038;lt;=123" rel="nofollow">http://some.server?value=1&#038;lt;=123</a></p>
<p>but only in i.e.<br />
my feeling is i.e. sees &#8216;&amp;lt&#8217; as the <acronym title="eXtensible Markup Language">XML</acronym> entity &lt;<br />
my question is how do i get around this?<br />
i&#8217;m sure the first response is make lt the 1st parameter, so that it becomes ?lt. but what if that&#8217;s not under my control???</p>
<p>any thoughts are appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-249123</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 14 Apr 2008 07:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-249123</guid>
		<description>Nick,

Very interesting, thanks! And I definitely agree with your conclusion.</description>
		<content:encoded><![CDATA[<p>Nick,</p>
<p>Very interesting, thanks! And I definitely agree with your conclusion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Fitzsimons</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-248684</link>
		<dc:creator>Nick Fitzsimons</dc:creator>
		<pubDate>Sun, 13 Apr 2008 17:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-248684</guid>
		<description>@Kravvitz: &lt;a href="http://www.w3.org/TR/html4/interact/forms.html#h-17.4" rel="nofollow"&gt;Section 17.4 of HTML 4.01&lt;/a&gt; clearly specifies that &lt;em&gt;all&lt;/em&gt; elements of type input may have a value attribute. It isn't necessary for the spec to explicitly state that image-type inputs may have one, and as they are not explicitly &lt;em&gt;excluded&lt;/em&gt; from having such an attribute, it is valid for them to have one.</description>
		<content:encoded><![CDATA[<p>@Kravvitz: <a href="http://www.w3.org/TR/html4/interact/forms.html#h-17.4" rel="nofollow">Section 17.4 of <acronym title="HyperText Markup Language">HTML</acronym> 4.01</a> clearly specifies that <em>all</em> elements of type input may have a value attribute. It isn&#8217;t necessary for the spec to explicitly state that image-type inputs may have one, and as they are not explicitly <em>excluded</em> from having such an attribute, it is valid for them to have one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Fitzsimons</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-248678</link>
		<dc:creator>Nick Fitzsimons</dc:creator>
		<pubDate>Sun, 13 Apr 2008 17:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-248678</guid>
		<description>The important part of the HTML standard with regard to this issue is &lt;a href="http://www.w3.org/TR/html4/interact/forms.html#h-17.13" rel="nofollow"&gt;17.13 Form submission&lt;/a&gt;, and in particular section 17.13.2 on successful controls.

It is there stated that "Every successful control has its control name paired with its current value as part of the submitted form data set", and then goes on to explain what constitutes a "successful control" - for example, an unchecked checkbox cannot be "successful", a reset button can never be "successful", and so forth.

Unfortunately the image control is not explicitly referred to in this section (although the description of the  submission of its coordinates should probably be here, rather than in section 17.4).

As the image control has the action of causing the form to be submitted, it is probably reasonable to instead apply the sentence "If a form contains more than one submit button, only the activated submit button is successful". As a successful control should have its name-value pair submitted, this would suggest that the description of the submission of the image coordinates should be seen as something to be done &lt;em&gt;in addition&lt;/em&gt; to the submission of the control's value, rather than &lt;em&gt;instead&lt;/em&gt; of it.

This interpretation means that Firefox, Safari et. al. are correct, and Internet Explorer is wrong. However, there is sufficient ambiguity in the spec to allow for the argument that IE might be correct - it is at least easy to see that IE behaves as it does in implementing the image control due to an alternative interpretation of the spec.

Personally I feel that, given the lack of clarity in this part of the spec, browser manufacturers should err on the side of submitting more, not less, data derived from successful controls and that the value should be submitted.</description>
		<content:encoded><![CDATA[<p>The important part of the <acronym title="HyperText Markup Language">HTML</acronym> standard with regard to this issue is <a href="http://www.w3.org/TR/html4/interact/forms.html#h-17.13" rel="nofollow">17.13 Form submission</a>, and in particular section 17.13.2 on successful controls.</p>
<p>It is there stated that &#8220;Every successful control has its control name paired with its current value as part of the submitted form data set&#8221;, and then goes on to explain what constitutes a &#8220;successful control&#8221; - for example, an unchecked checkbox cannot be &#8220;successful&#8221;, a reset button can never be &#8220;successful&#8221;, and so forth.</p>
<p>Unfortunately the image control is not explicitly referred to in this section (although the description of the  submission of its coordinates should probably be here, rather than in section 17.4).</p>
<p>As the image control has the action of causing the form to be submitted, it is probably reasonable to instead apply the sentence &#8220;If a form contains more than one submit button, only the activated submit button is successful&#8221;. As a successful control should have its name-value pair submitted, this would suggest that the description of the submission of the image coordinates should be seen as something to be done <em>in addition</em> to the submission of the control&#8217;s value, rather than <em>instead</em> of it.</p>
<p>This interpretation means that Firefox, Safari et. al. are correct, and Internet Explorer is wrong. However, there is sufficient ambiguity in the spec to allow for the argument that <acronym title="Internet Explorer">IE</acronym> might be correct - it is at least easy to see that <acronym title="Internet Explorer">IE</acronym> behaves as it does in implementing the image control due to an alternative interpretation of the spec.</p>
<p>Personally I feel that, given the lack of clarity in this part of the spec, browser manufacturers should err on the side of submitting more, not less, data derived from successful controls and that the value should be submitted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-230168</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 14 Mar 2008 09:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-230168</guid>
		<description>Kravvitz,

That might very well be so.

And nope, but it's not in the specification for some other elements that does send it as well.</description>
		<content:encoded><![CDATA[<p>Kravvitz,</p>
<p>That might very well be so.</p>
<p>And nope, but it&#8217;s not in the specification for some other elements that does send it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kravvitz</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-230029</link>
		<dc:creator>Kravvitz</dc:creator>
		<pubDate>Fri, 14 Mar 2008 03:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-230029</guid>
		<description>This behavior of IE seems to be a remnant from the ancient, obsolete &lt;a href="http://www.w3.org/TR/html401/struct/objects.html#h-13.6.2" rel="nofollow"&gt;Server-side image map&lt;/a&gt; functionality.

I don't see anywhere in the HTML 4.01 Specs that specifically mentions the value attribute of an &#60;input type="image"&#62; element.</description>
		<content:encoded><![CDATA[<p>This behavior of <acronym title="Internet Explorer">IE</acronym> seems to be a remnant from the ancient, obsolete <a href="http://www.w3.org/TR/html401/struct/objects.html#h-13.6.2" rel="nofollow">Server-side image map</a> functionality.</p>
<p>I don&#8217;t see anywhere in the <acronym title="HyperText Markup Language">HTML</acronym> 4.01 Specs that specifically mentions the value attribute of an &lt;input type=&#8221;image&#8221;&gt; element.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225827</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 07 Mar 2008 14:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225827</guid>
		<description>philippe,

Interesting perspective. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>philippe,</p>
<p>Interesting perspective. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philippe voncken</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225819</link>
		<dc:creator>philippe voncken</dc:creator>
		<pubDate>Fri, 07 Mar 2008 14:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225819</guid>
		<description>I did not want to extend me on the subject but since you give me a hand, I take it. 

I currently prepare a ticket to support xhtml2 and to denounce the WHATWG because I think that HTML 5 is a danger to future Web. 

see:
http://eric.van-der-vlist.com/blog/2008/01/31/html-5-turns-documents-into-applications/</description>
		<content:encoded><![CDATA[<p>I did not want to extend me on the subject but since you give me a hand, I take it. </p>
<p>I currently prepare a ticket to support xhtml2 and to denounce the WHATWG because I think that <acronym title="HyperText Markup Language">HTML</acronym> 5 is a danger to future Web. </p>
<p>see:<br />
<a href="http://eric.van-der-vlist.com/blog/2008/01/31/html-5-turns-documents-into-applications/" rel="nofollow">http://eric.van-der-vlist.com/blog/2008/01/31/html-5-turns-documents-into-applications/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225794</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 07 Mar 2008 14:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225794</guid>
		<description>philippe,

&lt;blockquote&gt;
I hope xhtml2 solve this problem
&lt;/blockquote&gt;

Actually, I'm not even sure what will happen with XHTML 2. I think the de-facto standard will rather be HTML 5.</description>
		<content:encoded><![CDATA[<p>philippe,</p>
<blockquote><p>
I hope xhtml2 solve this problem
</p></blockquote>
<p>Actually, I&#8217;m not even sure what will happen with <acronym title="eXtensible HyperText Markup Language - HTML reformulated as XML">XHTML</acronym> 2. I think the de-facto standard will rather be <acronym title="HyperText Markup Language">HTML</acronym> 5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philippe voncken</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225791</link>
		<dc:creator>philippe voncken</dc:creator>
		<pubDate>Fri, 07 Mar 2008 14:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225791</guid>
		<description>Html4 trying to remain compatible with older standards that were the beginning of the Internet. 

The specifications are not perfect. I hope xhtml2 solve this problem. 

Indeed we should look today at XForm which will replace the forms that we know which, I am sure, are best specifications.</description>
		<content:encoded><![CDATA[<p>Html4 trying to remain compatible with older standards that were the beginning of the Internet. </p>
<p>The specifications are not perfect. I hope xhtml2 solve this problem. </p>
<p>Indeed we should look today at XForm which will replace the forms that we know which, I am sure, are best specifications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225770</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 07 Mar 2008 13:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225770</guid>
		<description>philippe,

Ha ha, so you take their side! :-)
In all fairness, though, if one read the &lt;a href="http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.4.1" rel="nofollow"&gt;specification&lt;/a&gt;  it doesnt say for other form elements that the value should be posted either.

So, I'd say that the standards in the specification are up for interpretation.</description>
		<content:encoded><![CDATA[<p>philippe,</p>
<p>Ha ha, so you take their side! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
In all fairness, though, if one read the <a href="http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.4.1" rel="nofollow">specification</a>  it doesnt say for other form elements that the value should be posted either.</p>
<p>So, I&#8217;d say that the standards in the specification are up for interpretation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philippe voncken</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225760</link>
		<dc:creator>philippe voncken</dc:creator>
		<pubDate>Fri, 07 Mar 2008 13:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225760</guid>
		<description>I think that in the context of the Internet, the most important thing is to strictly follow the standards. 

Implementing proprietary solutions to solve an issue that is solved by the standard is a danger. 

Today many programmers have assimilated amalgam generated by years of non-compliance with the standard by IE. 

On your example, we fall in the same issue. It is not because Gecko implements a not standardized mechanism that it is a good practice to use it. Used a non standard will lead to interoperability, accessibility etc. .. 

For once that I defends IE :)</description>
		<content:encoded><![CDATA[<p>I think that in the context of the Internet, the most important thing is to strictly follow the standards. </p>
<p>Implementing proprietary solutions to solve an issue that is solved by the standard is a danger. </p>
<p>Today many programmers have assimilated amalgam generated by years of non-compliance with the standard by <acronym title="Internet Explorer">IE</acronym>. </p>
<p>On your example, we fall in the same issue. It is not because Gecko implements a not standardized mechanism that it is a good practice to use it. Used a non standard will lead to interoperability, accessibility etc. .. </p>
<p>For once that I defends <acronym title="Internet Explorer">IE</acronym> <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225690</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 07 Mar 2008 11:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225690</guid>
		<description>philippe,

Yes, but my hope was to avoid that. And, given that the major rendering engines but IE have implemented it, I'd say the the norm is to support it.


But since they don't, unfortunately it's not an option.</description>
		<content:encoded><![CDATA[<p>philippe,</p>
<p>Yes, but my hope was to avoid that. And, given that the major rendering engines but <acronym title="Internet Explorer">IE</acronym> have implemented it, I&#8217;d say the the norm is to support it.</p>
<p>But since they don&#8217;t, unfortunately it&#8217;s not an option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philippe voncken</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225641</link>
		<dc:creator>philippe voncken</dc:creator>
		<pubDate>Fri, 07 Mar 2008 10:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225641</guid>
		<description>It is better to follow the norms rather than using tips and tricks implemented by some and not by others.</description>
		<content:encoded><![CDATA[<p>It is better to follow the norms rather than using tips and tricks implemented by some and not by others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philippe voncken</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225639</link>
		<dc:creator>philippe voncken</dc:creator>
		<pubDate>Fri, 07 Mar 2008 10:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225639</guid>
		<description>This is not a good solution to divert the use of a technology. 

If you need to add information in your form, you had better add a hidden fields.</description>
		<content:encoded><![CDATA[<p>This is not a good solution to divert the use of a technology. </p>
<p>If you need to add information in your form, you had better add a hidden fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225597</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 07 Mar 2008 09:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225597</guid>
		<description>philippe,

It doesnt need, but that's the whole point here. I want to use it to pass values, form a defined name, to avoid using extra HTML elements.

Safari behaves the same as Firefox, meaning that the only web browser that don't support this is IE (and IE copycats).</description>
		<content:encoded><![CDATA[<p>philippe,</p>
<p>It doesnt need, but that&#8217;s the whole point here. I want to use it to pass values, form a defined name, to avoid using extra <acronym title="HyperText Markup Language">HTML</acronym> elements.</p>
<p>Safari behaves the same as Firefox, meaning that the only web browser that don&#8217;t support this is <acronym title="Internet Explorer">IE</acronym> (and <acronym title="Internet Explorer">IE</acronym> copycats).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philippe voncken</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225591</link>
		<dc:creator>philippe voncken</dc:creator>
		<pubDate>Fri, 07 Mar 2008 08:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225591</guid>
		<description>The image type input does not need to attribute value. The specification pointed by David does not talk because it does not have a purpose.

Firefox doesn't strict complient with W3C spec on the value attribut for the input of the image type.

It's not a problem because Firefox send also coordinate of the image.

You have just need to coordinate value to know if the image type input is present or not.</description>
		<content:encoded><![CDATA[<p>The image type input does not need to attribute value. The specification pointed by David does not talk because it does not have a purpose.</p>
<p>Firefox doesn&#8217;t strict complient with <acronym title="World Wide Web Consortium">W3C</acronym> spec on the value attribut for the input of the image type.</p>
<p>It&#8217;s not a problem because Firefox send also coordinate of the image.</p>
<p>You have just need to coordinate value to know if the image type input is present or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225538</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 07 Mar 2008 07:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225538</guid>
		<description>Binny,

The behavior with submit button is ok, and desirable, I think. If they're not checked, they don't actually have a value.

Interesting with different values about whether the button was actually clicked or submitted through &lt;kbd&gt;Enter&lt;/kbd&gt; being pressed somewhere else in the form.

philippe,

Your image button lacks a &lt;code&gt;value&lt;/code&gt; attribute. If you were to add it, e.g. &lt;code&gt;value="Some-value"&lt;/code&gt;, you'd see that the value is posted with the form, together with coordinates, no matter if it finds the image or not.

David,

Yes, reading the spec, it's correct (or rather, unclear). It doesn't specify that the value should be sent with regular submit buttons either.

Steven,

Seth is spot on. :-)
And maybe Andy Clarke should start reading the blogs that matter, so he could've read this and commented then. ;-)

&lt;code&gt;fieldset&lt;/code&gt; and using POST would be the same for me; it was only used for clarity and actually seeing what's posted in the URL right away.

Regarding e-commerce: this one is custom tailored for this specific customer (meaning: closed source, fairly consultant-dependent :-) ), but in general, if you have good advice about open-source packages, I'm all ears.</description>
		<content:encoded><![CDATA[<p>Binny,</p>
<p>The behavior with submit button is ok, and desirable, I think. If they&#8217;re not checked, they don&#8217;t actually have a value.</p>
<p>Interesting with different values about whether the button was actually clicked or submitted through <kbd>Enter</kbd> being pressed somewhere else in the form.</p>
<p>philippe,</p>
<p>Your image button lacks a <code>value</code> attribute. If you were to add it, e.g. <code>value="Some-value"</code>, you&#8217;d see that the value is posted with the form, together with coordinates, no matter if it finds the image or not.</p>
<p>David,</p>
<p>Yes, reading the spec, it&#8217;s correct (or rather, unclear). It doesn&#8217;t specify that the value should be sent with regular submit buttons either.</p>
<p>Steven,</p>
<p>Seth is spot on. <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
And maybe Andy Clarke should start reading the blogs that matter, so he could&#8217;ve read this and commented then. <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><code>fieldset</code> and using POST would be the same for me; it was only used for clarity and actually seeing what&#8217;s posted in the <acronym title="Uniform Resource Locator">URL</acronym> right away.</p>
<p>Regarding e-commerce: this one is custom tailored for this specific customer (meaning: closed source, fairly consultant-dependent <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ), but in general, if you have good advice about open-source packages, I&#8217;m all ears.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nortypig &#187; Blog Archive &#187; Internet Explorer and Form Values</title>
		<link>http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225481</link>
		<dc:creator>nortypig &#187; Blog Archive &#187; Internet Explorer and Form Values</dc:creator>
		<pubDate>Fri, 07 Mar 2008 05:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/03/06/not-all-values-posted-with-a-form-in-ie/#comment-225481</guid>
		<description>[...] Nyman&#8217;s noticing that not all values are posting with a form in Internet Explorer using input [...]</description>
		<content:encoded><![CDATA[<p>[...] Nyman&#8217;s noticing that not all values are posting with a form in Internet Explorer using input [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
