Problems with Internet Explorer
Posted: Tue Apr 07, 2009 2:46 pm
We have a problem with some code that is working perfectly in Firefox, but not so much in Internet Explorer.
1. Search problem. When you hit enter on the keyboard to perform a search, it just refreshes the page. This means that it runs the script that loads the page, but doesn't run the script that displays the data searched. Oddly, if you actually click Search, it works.
2. Form submission problem. When the person clicks submit, it updates the database it came from, but won't enter the new database it's supposed to go to. It seems to be that it's running one action, but not the other.
The problems seem to be related. Internet Explorer isn't recognizing that two actions need to take place when the respective buttons are clicked.
I can post code, but thought maybe someone would have encountered this type of issue before.
1. Search problem. When you hit enter on the keyboard to perform a search, it just refreshes the page. This means that it runs the script that loads the page, but doesn't run the script that displays the data searched. Oddly, if you actually click Search, it works.
2. Form submission problem. When the person clicks submit, it updates the database it came from, but won't enter the new database it's supposed to go to. It seems to be that it's running one action, but not the other.
The problems seem to be related. Internet Explorer isn't recognizing that two actions need to take place when the respective buttons are clicked.
I can post code, but thought maybe someone would have encountered this type of issue before.