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 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="">
<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
