Hallo Thomas,
was geht und sowohl im FireFox als auch im IE gleiche Ergebnisse erzeugt ist:
<input type="hidden" name="TS" value="asdf" />
<input type="image" name="TS" src="32.gif" />
Hier werden sowohl der Wert als auch die Clickkoordinaten uebermittelt.
Im Internet-Explorer:
Array (
[TS] => asdf
[TS_x] => 15
[TS_y] => 7
)
Mit dem FireFox:
Array (
[TS] => asdf
[TS_x] => 27
[TS_y] => 11
)
Gruss Norbert