not receiving form.submit from IE7 via post method ?
A cfform is submitting its data to a receiving page via post method
If I use a submit button, of type="submit" I can see it in the cfdump #form#
If I use a submit button of type "image", I can see submit.x and submit.y in the cfdump #form#
Is this normal behaviour ?
To summarise, I'm trying to detect if user has clicked the submit button, type="image" but <cfif isdefined (form,"submit") isn't finding anything.
NB: Google Chrome and Firefox has no problem at all, just IE7.
