I don't know that that this problem is restricted to IE 5.5SP, but that is
where I'm encountering it. I'm using DynAPI 2.54
Basically, a JavaScript error leads to immediate termination of the script,
and no error messages.
Looking in dynapi.js, here are the relevant bits:
this.returnErrors=true
this.errorHandling=true
If I comment out the line "onerror = function(msg, url, lno) {
DynAPI.errorHandler(msg, url, lno); }", then I get errors from the browser.
The DynAPI.errorHandler code looks fairly normal to me.
One oddity, I thought. I add an "alert(DynAPIObject)" to the start of my
DynAPI.onload function, and it shows me the source code for the DynAPIObject
= funtion()...quite strange in my experience.
Ideas?
David Corbin
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help