Are you using the onsubmit in the form tag? Maybe some more code with no sensitive data or code, might help some more.
By default enter/return is acceptable under IE... -- Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 9015 8628 Mobile: 0404 998 273 -----Original Message----- From: Karan Joshi [mailto:[EMAIL PROTECTED] Sent: Monday, 18 August 2008 4:49 PM To: CF-Talk Subject: Form submission issue Hi I want to submit a form in IE6 using the Enter key. <input type="submit" name="submitSearchGeneral" class="form-submitBtn" value="Search"> I am using to StructKeyExists tag to check if the form has been submitted <cfif StructKeyExists(FORM,"submitSearchGeneral")> It works fine with Firefox but doesn't work in IE. If I look at the FORM struct in Firefox then the submitSearchGeneral key has the value "Search" but in IE the value is null. Any suggestions as to how I can make the Enter key pass the value in IE? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311162 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

