Web self service app working in IE8 but not IE9 [message #540896] |
Thu, 26 January 2012 09:18 |
|
warpmail
Messages: 1 Registered: January 2012 Location: TX
|
Junior Member |
|
|
We are running a self service web app which allows law students to select whether or not they want to take their exams by laptop for each course they have signed up for. This PL/SQL package works fine in IE8, but not IE9. A procedure in the package uses the OWA_UTIL.ident_arr utility. In IE9 we get the infamous HTTP 404 message. I can tell what the last line of code executed before getting this error which is the assignment:
crn := substr(laptop_ind_arr(i), 2, 5);
Has anyone run into this issue and if so what did you do to resolve the conflict.
Thanks in advance.
Stephen
|
|
|
|