rgermain>> Thanks for testing it out, at least now i know i'm not cursed 🙂
AstroTeg>> At first i though that the $PHP_SELF was the culprit, and i ended up checking out all variations of php_self and found that ie worked with them all even though the source said action="". i did get action to show something by using echo $_SERVER['PHP_SELF'] , but it doesnt seem to make a difference.
I tried changing the method to get. and this is what is happening:
in firefox:
/temp.php?iam=blah&submit.x=70&submit.y=16&submit=Submit
and in ie:
/temp.php?iam=blah&submit.x=70&submit.y=16
as we can see IE is not assigning a name and value to the submit button.
So now that we know the problem is there anyway to fix this?
Thanks for all your help
-emrys