Topic: Button tag is behaving funcky in IE but works ok ok Firefox
<form $PHP_SELF' method="post">
<button type="submit" name="Update">Update</button>
<button type="submit" name="Cancel">Cancel</button>
</form>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
