/t5/coldfusion-discussions/works-in-firefox-not-ie-what-did-i-do-wrong/td-p/884002Jun 26, 2008
Jun 26, 2008
Copy link to clipboard
Copied
The attached code works in Firefox but not in IE7. The page
will submit back to itself and then relocate to the appropriate
place (in firefox) but in IE it just reloads the same page and does
not relocate. It's as if the <cfif isdefined('submit')> is
not being recognized at all. Anybody know why?
how did you submit? did you click on the submit button or did
you press the enter key? it will read the submit button in both
ways in firefox. But in IE, pressing enter key to submit will not
read the submit button(that stinks!). you might want to add a
hidden field in your form to do a workaround on this. see attached
code.