I have noticed that when using a SUBMIT type its name attribute gets passed via POST , while an IMAGE type button do not have this data sent, can any one clear this up for me? In both instances the NAME attribute is present at HTML level, but only the SUMBIT type has the NAME sent via POST….is this right?
Share
When you submit via image, it sends the coordinates of where the image was clicked, so if the image is named
imageyou’ll have the POST parametersimage_xandimage_y