Bugs item #607503, was opened at 2002-09-10 20:41
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105757&aid=607503&group_id=5757

Category: DynAPI 2 API
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Junn Salvatin (ragerunner)
Assigned to: Nobody/Anonymous (nobody)
Summary: Exception occured when using IE 6.0

Initial Comment:
We getting an exception when we switch to IE 6.0 from IE 
5.5.

Here's the error message:
DynAPI reported an error
Error in project: 'http://..../...../desktop.jsp
Line number: 185

Message: Exception occurred.

I was able to track this message in Dynapi.js in the function 
call:
DynAPIObject.prototype.errorHandler = function (msg, url, 
lno) {
        if (!this.loaded || !this.errorHandling) return false;
        if (is.ie) {
                lno-=1;
                alert("DynAPI reported an 
error\n\nError in project: '" + url + "'.\nLine number: " + lno 
+ ".\n\nMessage: " + msg);
        } else if (is.ns4) {
                alert("DynAPI reported an 
error\n\nError in file: '" + url + "'.\nLine number: " + lno 
+ ".\n\nMessage: " + msg);
        } else return false;
        return this.returnErrors;
}

I can't determine wherethe exception is occuring in the 
desktop.jsp.
The line number seems  to be misleading.

Can any one help us?

Can some one tell us how to find out which version of 
Dynapi we're using.  We inherited the code  from a vendor 
and we don't know which version of Dynapi we're using.

Thanks.... for your support....



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105757&aid=607503&group_id=5757


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/

Reply via email to