<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Killersites.com Web Design Forums - Button tag is behaving funcky in IE but works ok ok Firefox]]></title>
	<link rel="self" href="http://www.killersites.com/forums/feed/atom/topic/1555/"/>
	<updated>2009-07-01T20:02:23Z</updated>
	<generator>PunBB</generator>
	<id>http://www.killersites.com/forums/topic/1555/button-tag-is-behaving-funcky-in-ie-but-works-ok-ok-firefox/</id>
		<entry>
			<title type="html"><![CDATA[Re: Button tag is behaving funcky in IE but works ok ok Firefox]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/8924/#p8924"/>
			<content type="html"><![CDATA[maybe you are leaving an open quote in the form tag.]]></content>
			<author>
				<name><![CDATA[limon]]></name>
				<uri>http://www.killersites.com/forums/user/5781/</uri>
			</author>
			<updated>2009-07-01T20:02:23Z</updated>
			<id>http://www.killersites.com/forums/post/8924/#p8924</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Button tag is behaving funcky in IE but works ok ok Firefox]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/8034/#p8034"/>
			<content type="html"><![CDATA[Seems Am not the only one

Most Solutions offered are JavaScript related. Which to me is not a solution

These are some discussion on this problem:
[list=*]
[*][url]http://allinthehead.com/retro/330/coping-with-internet-explorers-mishandling-of-buttons[/url]
[url]http://www.kopz.org/public/documents/css/multiple_buttons_ie_workaround.html[/url]
[url]http://webbugtrack.blogspot.com/2007/10/bug-341-button-element-submits-wrong.html[/url][/*]
[/list]

:( I have a Ton of buttons with this issue all over the place. I'm just gonna go thru my pages and look for Forms with multiple <button> tags and then remove the <button> tag and go with INPUT type=submit


BTW, this problem has been fixed in IE8]]></content>
			<author>
				<name><![CDATA[rudyten2000]]></name>
				<uri>http://www.killersites.com/forums/user/559/</uri>
			</author>
			<updated>2009-06-01T00:53:01Z</updated>
			<id>http://www.killersites.com/forums/post/8034/#p8034</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Button tag is behaving funcky in IE but works ok ok Firefox]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/8023/#p8023"/>
			<content type="html"><![CDATA[[code]
<form $PHP_SELF' method="post">
 <button type="submit" name="Update">Update</button>
 <button type="submit" name="Cancel">Cancel</button>
 </form>
[/code]

Internet Explorer: (6.2) also in 7.0
         Whatever  button you press, both buttons get posted.

Firefox: (3.0)
         Only one gets posted, the one you pressed


SO.... if I have an Edit Form with both buttons
UPDATE - commits the data and return to calling page
CANCEL - do not update, just return to calling page

AT the MOMENT in IE it updates on CANCEL also:/

my source validates]]></content>
			<author>
				<name><![CDATA[rudyten2000]]></name>
				<uri>http://www.killersites.com/forums/user/559/</uri>
			</author>
			<updated>2009-05-31T09:13:47Z</updated>
			<id>http://www.killersites.com/forums/post/8023/#p8023</id>
		</entry>
</feed>
