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