[Admin Edit: Post moved from register_globals sticky thread]
mm, iv read this article over several times. i thaught i understood it but i cant get my code to work (in IE, works fine in moz/phoenix). anyone know what im doing wrong?
i broke it all up because there will be other content going around it when i get it working properly. i just dont know why this doens't work in IE at all. IE posts the image coordinates for the input but not the value, and moz posts all the info. dont know why either is happening
The x-coordinate is submitted under the name of the control with .x appended, and the y-coordinate is submitted under the name of the control with .y appended. Any value property is ignored. The src property specifies the IMG element.
type=image
...
In the submitted data, image fields are included as two name/value pairs. The names are derived by taking the name of the field and appending ".x" for the x value, and ".y" for the y value.