Click to See Complete Forum and Search --> : [RESOLVED] Forms, input, image


SuzanneB
06-09-2008, 04:41 AM
Hi all.
I am fairly sure I know the answer to this, but need to ask anyway, just to make sure!
given two inputs in a form, that are type images, is it possible to determine which was used to submit the form?

Fang
06-09-2008, 05:17 AM
The server receives the co-ordinates of the image where it was.clicked.
i.e. inputName.x and inputName.y Test which inputName was received.

SuzanneB
06-09-2008, 07:28 AM
Oh! I remember! Yes, of course, it's better than I thought! Thanks again, Fang.