I made an html form with a very basic form with input tags of image type. Working on firefox I didn't have any problem, but when going to IE 6 I discovered the following problem:
When you submit the form, you find that the "value" parameter passed by the post method is void after submission. For some reason, on clicking the image submit button, the submition proceeds, but the value is not passed.
I wonder if there is a workaround to this, becasuse it is a very very basic failure of Internet explorer. I can not understand how the creators of IE made such a mistake. It is difficult to understand because it renders complete garbage some otherwise useful webpages.
Do you know if that have been fixed on latest releases?
When you submit the form, you find that the "value" parameter passed by the post method is void after submission. For some reason, on clicking the image submit button, the submition proceeds, but the value is not passed.
I wonder if there is a workaround to this, becasuse it is a very very basic failure of Internet explorer. I can not understand how the creators of IE made such a mistake. It is difficult to understand because it renders complete garbage some otherwise useful webpages.
Do you know if that have been fixed on latest releases?
