<?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: Fun with multiple submit buttons</title>
	<atom:link href="http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/</link>
	<description>the personal blog of Stuart Colville covering modern web development techniques and best practices</description>
	<lastBuildDate>Wed, 10 Mar 2010 11:00:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ing</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/comment-page-1/#comment-65151</link>
		<dc:creator>Ing</dc:creator>
		<pubDate>Tue, 14 Jul 2009 09:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/#comment-65151</guid>
		<description>@Froggie (1st comment): Thank you! exactly what I needed, &quot;direction&quot; works like a charm on my 4 (submit)buttons (cancel&#124;previous&#124;next&#124;save), still having the default enter on &quot;save&quot;.</description>
		<content:encoded><![CDATA[<p>@Froggie (1st comment): Thank you! exactly what I needed, &#8220;direction&#8221; works like a charm on my 4 (submit)buttons (cancel|previous|next|save), still having the default enter on &#8220;save&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zac</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/comment-page-1/#comment-64976</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Fri, 20 Mar 2009 15:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/#comment-64976</guid>
		<description>Still a valid article, thanks!</description>
		<content:encoded><![CDATA[<p>Still a valid article, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JÃ¶rn Zaefferer</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/comment-page-1/#comment-64961</link>
		<dc:creator>JÃ¶rn Zaefferer</dc:creator>
		<pubDate>Thu, 26 Feb 2009 16:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/#comment-64961</guid>
		<description>Thanks, helped me solve a very similar problem. And that more then 3 years after your initial post...</description>
		<content:encoded><![CDATA[<p>Thanks, helped me solve a very similar problem. And that more then 3 years after your initial post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehrere Submit-Buttons in einem Formular - XHTMLforum</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/comment-page-1/#comment-64884</link>
		<dc:creator>Mehrere Submit-Buttons in einem Formular - XHTMLforum</dc:creator>
		<pubDate>Thu, 22 Jan 2009 12:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/#comment-64884</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] hatte ich damals schon mal im IE6. Anscheinend gibt es das oder ein ähnliches Problem im IE7 auch.  Fun with multiple submit buttons by Stuart Colville  1. Variations when using Enter to submit in IE  I remembered that my colleague Tim had mentioned a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/comment-page-1/#comment-58042</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 29 Aug 2007 23:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/#comment-58042</guid>
		<description>I found that the following CSS is required for Safari:

.hiddenSubmit 
{
width:0px; 
height:0px; 
border-width:0px; 
background: none;
}

Otherwise a little gray box will be present.</description>
		<content:encoded><![CDATA[<p>I found that the following CSS is required for Safari:</p>
<p>.hiddenSubmit<br />
{<br />
width:0px;<br />
height:0px;<br />
border-width:0px;<br />
background: none;<br />
}</p>
<p>Otherwise a little gray box will be present.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrtvy josef</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/comment-page-1/#comment-49460</link>
		<dc:creator>mrtvy josef</dc:creator>
		<pubDate>Mon, 02 Jul 2007 12:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/#comment-49460</guid>
		<description>Thank you very much, number 1 solved the problem I encountered. I stumbled over that strange behaviour of IE several times, trying to fix it various ways, nothing helped. I&#039;ve never thought it can be so simple :-)
Josef</description>
		<content:encoded><![CDATA[<p>Thank you very much, number 1 solved the problem I encountered. I stumbled over that strange behaviour of IE several times, trying to fix it various ways, nothing helped. I&#8217;ve never thought it can be so simple <img src='http://muffinresearch.co.uk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Josef</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karim</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/comment-page-1/#comment-45631</link>
		<dc:creator>Karim</dc:creator>
		<pubDate>Thu, 14 Jun 2007 23:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/#comment-45631</guid>
		<description>Following on to my comment just made...I did find one apparent solution:

.hidden
{
  width:0px;
  height:0px;
  border-width:0px;
}

...



This worked for me in IE6, IE7, and Firefox 2.0. Page is XHTML Strict, if that makes a difference. The button is invisible, but pressing enter from the form it&#039;s in activates this button as long as it&#039;s the first button in the markup within the form.</description>
		<content:encoded><![CDATA[<p>Following on to my comment just made&#8230;I did find one apparent solution:</p>
<p>.hidden<br />
{<br />
  width:0px;<br />
  height:0px;<br />
  border-width:0px;<br />
}</p>
<p>&#8230;</p>
<p>This worked for me in IE6, IE7, and Firefox 2.0. Page is XHTML Strict, if that makes a difference. The button is invisible, but pressing enter from the form it&#8217;s in activates this button as long as it&#8217;s the first button in the markup within the form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karim</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/comment-page-1/#comment-45630</link>
		<dc:creator>Karim</dc:creator>
		<pubDate>Thu, 14 Jun 2007 23:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/#comment-45630</guid>
		<description>Comment 26 won&#039;t work in IE7 I believe since IE7 follows the rules better:
.hiddenBtn {
width: 0px;
height: 0px;
}

* html #hiddenBtn {
display: none;
}


Neither will comment 7 work in IE7:
/* This is for IE */
.hiddenBtn {
  width: 0px;
  height: 0px;
}

/* This is for Firefox since IE ignores it */
.hiddenBtn[class] {
  display: none;
}

Both the star hack and advanced selector hack are fixed. IE7 does the right thing with display:none, but that also makes the button have no existence--it doesn&#039;t count as far as pressing enter from the form. The zero size trick makes it disappear in IE7 still and it still will be activated as we want it to when you press enter...however, Firefox will still show a little one or two boxy thing with size 0.</description>
		<content:encoded><![CDATA[<p>Comment 26 won&#8217;t work in IE7 I believe since IE7 follows the rules better:<br />
.hiddenBtn {<br />
width: 0px;<br />
height: 0px;<br />
}</p>
<p>* html #hiddenBtn {<br />
display: none;<br />
}</p>
<p>Neither will comment 7 work in IE7:<br />
/* This is for IE */<br />
.hiddenBtn {<br />
  width: 0px;<br />
  height: 0px;<br />
}</p>
<p>/* This is for Firefox since IE ignores it */<br />
.hiddenBtn[class] {<br />
  display: none;<br />
}</p>
<p>Both the star hack and advanced selector hack are fixed. IE7 does the right thing with display:none, but that also makes the button have no existence&#8211;it doesn&#8217;t count as far as pressing enter from the form. The zero size trick makes it disappear in IE7 still and it still will be activated as we want it to when you press enter&#8230;however, Firefox will still show a little one or two boxy thing with size 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gbm</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/comment-page-1/#comment-37149</link>
		<dc:creator>Gbm</dc:creator>
		<pubDate>Fri, 20 Apr 2007 02:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/#comment-37149</guid>
		<description>did anyone mention a fix for the IE? if not then i&#039;ve used this in my style sheet... seems to work in both browsers fine... (sorry, too lazy to go over the thread again to see if there has been a fix mentioned) :-)

.hiddenBtn {
  width: 0px;
  height: 0px;
}

* html #hiddenBtn {
  display: none;
}</description>
		<content:encoded><![CDATA[<p>did anyone mention a fix for the IE? if not then i&#8217;ve used this in my style sheet&#8230; seems to work in both browsers fine&#8230; (sorry, too lazy to go over the thread again to see if there has been a fix mentioned) <img src='http://muffinresearch.co.uk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>.hiddenBtn {<br />
  width: 0px;<br />
  height: 0px;<br />
}</p>
<p>* html #hiddenBtn {<br />
  display: none;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehrere Submit-Buttons&#160;&#8211;&#160;hangy.deâ€½</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/comment-page-1/#comment-34338</link>
		<dc:creator>Mehrere Submit-Buttons&#160;&#8211;&#160;hangy.deâ€½</dc:creator>
		<pubDate>Mon, 26 Mar 2007 11:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/#comment-34338</guid>
		<description>[...] sieht so aus als sei dieses Problem durchaus altbekannt und als ob es dafÃ¼r keine richtige ProblemlÃ¶sung gebe, da es nicht falsch sein kann, weil es [...]</description>
		<content:encoded><![CDATA[<p>[...] sieht so aus als sei dieses Problem durchaus altbekannt und als ob es dafÃ¼r keine richtige ProblemlÃ¶sung gebe, da es nicht falsch sein kann, weil es [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
