I encountered the same thing when I first started testing on IE7. If you use the Enter button to submit the form, the submit form element does not get passed. My workaround for this was to create a hidden variable with the same name as the submit button so the action page will test for if isdefined(form.submit) and will find it regardless.
Bruce Sorge wrote: > Hey, > has anyone ran into an issue where ID7 does not pass form variables to the > action page? I just had that happen to me an I had to reboot my system and > now it works fine. I realize that IE 7 is new, but the client uses IE > exclusively and there are already folks here that are using version 7. > The only thing that I can think of is that maybe I had too many tabs? I > typically have about 5-7 tabs going at once. I think that is not it though. > I did google the issue and did not come up with anything. > > Bruce > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263706 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

