Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MSIE operation aborted - javascript "<...> is not defined" errors on load

j4johnMay 3 2007 — edited May 3 2007

Hi,

I have an app which makes extensive use of javascript. Occasionally and unpredictably, I get page load errors which FireFox handles OK, but cause MSIE to report that "Internet Explorer cannot load this page. Operation aborted".

Bad.

Examples of the errors trapper by Firebug are:
toolTip_enable is not defined - htmldb_get.js(line 264)
html_GetElement("r_R3250107042850993") has no properties...

This looks to me like javascript is being invoked before the pages are fully loaded.

My pages are being generated with:

<html lang="en-gb" xmlns:htmldb="http://htmldb.oracle.com">
<head>

<script src="/i/javascript/htmldb_html_elements.js" type="text/javascript"></script>
<script src="/i/javascript/htmldb_get.js" type="text/javascript"></script>
...

Has anyone else experienced this problem? Does anyone know of a solution?

Thanks

jd

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2007
Added on May 3 2007
1 comment
359 views