>> It could be that the problem is using the submit() method within JS.
Glad if your problem is solved. My case is a bit different: I'm using <INPUT TYPE="submit" VALUE="..." onClick=";return checkInput()"> And checkInput alwas returns explicitely true or false. However I just noticed that I have a semi-colon right before the return statement (fossil of a former first statement). This is equivalent of having a null statement, and who knows, it might be a source of confusion for IE7? I just removed it, and let's see what's going on... -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280158 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

