From: Kevin B. <Kev...@bb...> - 2004-02-16 18:48:23
|
Hello to everyone, i get the following error Message in IE, NN4.x and Mozilla (PC): This happens onLoad and onResize: JavaScript Error: http://localhost/_common/_js/_dynapi/api/event.js, line 297: dlyr.getWidth is not a function. If i put the attribute onLoad="" into the body tag, the error only appears when i resize the window. This is en page scource example: <html> <head> <script type="text/javascript" src="/dynapi/dynapi.js"></script> <script type="text/javascript"> dynapi.library.setPath('/dynapi/'); dynapi.library.include('dynapi.api.ext.DynLayerInline'); </script> <script type="text/javascript"> Object.prototype.myPersonalObjectDynApiTest = function(){return;}; // or Array.prototype.myPersonalArrayDynApiTest = function(){return;}; </script> </head> <body></body> </html> Can you please help me out? Best regards, Kevin |